GET
/ai/deployment/{id}
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/ai/deployment/{id}'
Response examples (200)
{
"gpu-count": 42,
"updated-at": "2025-05-04T09:42:00Z",
"deployment-url": "string",
"service-level": "string",
"name": "string",
"gpu-type": "string",
"status": "ready",
"id": "string",
"replicas": 42,
"created-at": "2025-05-04T09:42:00Z",
"model": {
"id": "string",
"name": "string"
}
}
Response examples (404)
{
"error": "string"
}