cloudcli
    cloudcli
    • CloudCLI API Documentation
    • List environments
      GET
    • Create environment
      POST
    • Get environment
      GET
    • Delete environment
      DELETE
    • Start environment
      POST
    • Stop environment
      POST
    • Get SSH credentials
      GET
    • Execute AI agent
      POST
    • Schemas
      • Schemas
        • Environment
        • CreateEnvironmentRequest
        • SSHCredentials
        • AgentExecuteRequest
        • Error

      Start environment

      POST
      https://app.cloudcli.ai/api/v1/environments/{id}/start
      Start a stopped environment

      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://app.cloudcli.ai/api/v1/environments//start' \
      --header 'X-API-KEY: <api-key>'
      Response Response Example
      200 - Example 1
      {
          "message": "Environment started successfully",
          "status": "running"
      }
      Modified at 2025-11-12 15:10:25
      Previous
      Delete environment
      Next
      Stop environment
      Built with