Start virtual machine
GET/core/virtual-machines/:vm_id/start
Initiates the startup of a virtual machine. Supply the virtual machine ID in the path to initiate the starting of the specified virtual machine.
State requirement: This operation requires the VM to be in the
SHUTOFFstate. Calls against a VM in any other state return400witherror_reason: bad_request.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Virtual machine started successfully.
Bad Request
Unauthorized
Not Found
Internal Server Error
Was this page helpful?