Suspend an existing virtual machine by its identifier
POST/projects/:projectId/zones/:zoneName/virtualmachines/:virtualMachineId/actions/suspend
Do nothing and return 204 if the virtual machine is already suspended.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 405
- 500
- 503
Ok
Bad Request
Request is not valid
Unauthorized
Credentials are missing
Forbidden
Valid credentials but not enough privileges to perform the operation
Not Found
Unknown resource or service
Method Not Allowed
Operation is not valid according to the state of the resource
Internal Server Error
Unexpected error, please contact support
Service Unavailable
Service probably in maintenance. Please retry later.