Create a Snapshot of a Compute instance
POST /instance/{id}:create-snapshot
curl \
-X POST https://api-ch-gva-2.exoscale.com/v2/instance/{id}:create-snapshot
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}