stop instance
POST/v1/tenants/:tenant/workspaces/:workspace/instances/:name/stop
Power off (shutdown) a specific instance.
This action is only valid when the instance's status.powerState is on. If the
instance is already off, a 409 is returned.
Request
Responses
- 202
- 400
- 401
- 403
- 404
- 409
- 412
- 500
action accepted
Bad Request
Unauthorized
Forbidden
Not Found
Conflict
Precondition Failed
Internal Server Error