[BETA] Delete Model
DELETE
/ai/model/{id}
curl \
--request DELETE 'https://api-ch-gva-2.exoscale.com/v2/ai/model/{id}'
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}
Response examples (412)
{
"deployments": [
"string"
]
}