PUT /instance-pool/{id}:scale
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/instance-pool/{id}:scale \
-H "Content-Type: application/json" \
-d '{"size":42}'
Request examples
{
"size": 42
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}