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