Restore virtual machine from hibernation
GET/core/virtual-machines/:vm_id/hibernate-restore
Resumes a virtual machine from a hibernated state, bringing it back to an active state, and restoring its resource configuration. Provide the virtual machine ID in the path to specify the virtual machine to be restored from hibernation.
State requirement: This operation requires the VM to be in the
HIBERNATEDstate (notHIBERNATING).
Request
Responses
- 200
- 400
- 401
- 404
- 500
The request to restore the virtual machine from hibernation was successful.
Bad Request
Common cause: error_reason: bad_request.
Unauthorized
Not Found
Internal Server Error
Was this page helpful?