GET
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
Get Deployment Details
curl --request GET \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "status": "string",
    "created_at": "2025-05-06T14:34:51.418Z",
    "started_at": "2025-05-06T14:34:51.418Z",
    "finished_at": "2025-05-06T14:34:51.418Z",
    "amount_paid": 0,
    "completed_percent": 0,
    "total_gpus": 0,
    "gpus_per_container": 0,
    "total_containers": 0,
    "hardware_name": "string",
    "hardware_id": 0,
    "locations": [
      {
        "id": 0,
        "iso2": "string",
        "name": "string"
      }
    ],
    "brand_name": "string",
    "compute_minutes_served": 0,
    "compute_minutes_remaining": 0,
    "container_config": {
      "entrypoint": [
        "string"
      ],
      "env_variables": {},
      "traffic_port": 0,
      "image_url": "string"
    }
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

deployment_id
integer
required

Response

200

data
object