Skip to main content
Starts a workspace that is currently stopped. The workspace will transition through the starting status before reaching running.

Authentication

Requires a valid Bearer token.

Path Parameters

id
string
required
Workspace ID (UUID).

Response

status
string
required
The new workspace status.
{
  "status": "starting"
}

Errors

StatusDescription
400Bad Request — workspace is not in a startable state
401Unauthorized — missing or invalid token
404Not Found — workspace does not exist or you do not have access