Stop virtual machine
GET/core/virtual-machines/:vm_id/stop
Shuts down a virtual machine. Provide the virtual machine ID in the path to initiate the shutdown process for the specified virtual machine.
State requirement: This operation requires the VM to be in the
ACTIVEorERRORstate.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Virtual machine shut down successfully.
Bad Request
Common cause: error_reason: bad_request.
Unauthorized
Not Found
Internal Server Error
Was this page helpful?