PATCH
/ai/deployment/{id}
curl \
--request PATCH 'https://api-ch-gva-2.exoscale.com/v2/ai/deployment/{id}' \
--header "Content-Type: application/json" \
--data '{"inference-engine-version":"0.19.0","name":"string","inference-engine-parameters":["string"]}'
Request examples
{
"inference-engine-version": "0.19.0",
"name": "string",
"inference-engine-parameters": [
"string"
]
}
Response examples (403)
{
"code": "forbidden_operation",
"error": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"errors": [
{
"path": "string",
"detail": "string",
"pointer": "string",
"location": "string"
}
]
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}
Response examples (400)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"errors": [
{
"path": "string",
"detail": "string",
"pointer": "string",
"location": "string"
}
]
}