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.12.0","name":"string","inference-engine-parameters":["string"]}'
Request examples
{
"inference-engine-version": "0.12.0",
"name": "string",
"inference-engine-parameters": [
"string"
]
}
Response examples (202)
{
"state": "failure",
"reason": "incorrect",
"id": "string",
"resource": {
"type": "string",
"id": "string"
},
"message": "string"
}