Start a previously stopped CloudCLI environment and bring it back online. When an environment has been stopped - manually, automatically after its idle window, or at the end of a trial - this endpoint boots its container on the assigned server, reconnects the network routes, and makes the environment reachable again at its subdomain.
Request
Authorization
API Key
Add parameter in header
X-API-KEY
Example:
X-API-KEY: ********************
or
Path Params
Responses
🟢200OK
application/json
Environment starting
Body
🟠400Bad Request
🟠404Not Found
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://cloudcli.ai/api/v1/environments//start' \
--header'X-API-KEY: <api-key>'
Response Response Example
200 - Example 1
{"message":"Environment started successfully","status":"running"}