Change instance power state
POST/instances/:uuid/power
Queues a power action for the instance and returns immediately. A reboot keeps the guest's desired state "on".
Request
Responses
- 202
- 400
- 401
- 403
- 404
The power action has been accepted and queued.
action was missing or not one of on, off, reboot.
The API key is missing, invalid or expired.
The API key is valid but not authorized for the required scope.
The resource does not exist or is not owned by the calling key.