Body
Required
-
Inference engine version
Values are
0.12.0,0.15.1,0.16.0,0.17.0,0.18.0,0.18.1,0.19.0,0.19.1,0.20.0,0.20.1,0.20.2,0.21.0,0.22.0,0.22.1,0.23.0,0.24.0,0.25.0, or0.25.1. Default value is0.25.1. -
Deployment name
Minimum length is
1. -
Optional extra inference engine server CLI args
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.25.1","name":"string","inference-engine-parameters":["string"]}'
Request examples
{
"inference-engine-version": "0.25.1",
"name": "string",
"inference-engine-parameters": [
"string"
]
}
Response examples (403)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string"
}
Response examples (409)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string"
}
Response examples (404)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "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"
}