Start a Compute instance
This operation starts a virtual machine, potentially using a rescue profile if specified
Body Required
-
rescue-profile string
Boot in Rescue Mode, using named profile (supported: netboot, netboot-efi)
Values are
netboot-efi
ornetboot
.
PUT /instance/{id}:start
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/instance/{id}:start \
-H "Content-Type: application/json" \
-d '{"rescue-profile":"netboot-efi"}'
Request examples
{
"rescue-profile": "netboot-efi"
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}