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