POST
/ai/deployment/{id}/scale
curl \
--request POST 'https://api-ch-gva-2.exoscale.com/v2/ai/deployment/{id}/scale' \
--header "Content-Type: application/json" \
--data '{"replicas":42}'
Request examples
{
"replicas": 42
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}