start instance
POST/v1/tenants/:tenant/workspaces/:workspace/instances/:name/start
Power on (boot) a specific instance.
This action is only valid when the instance's status.powerState is off. If the
instance is already on, 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