Skip to main content
POST
Start computer
Starts a stopped computer. Its disk is restored — files, installed software, and configuration — and the computer boots on a freshly chosen host.
A started computer receives a new IP address and boots fresh: running processes and other in-memory state from before the stop are not restored, only the disk. Starting can take longer than a normal request while the saved disk is fetched and the computer cold-boots.

Path parameters

id
string
required
Computer ID.

Response

success
boolean
true if start was initiated.
Idempotent - starting an already-running computer returns success without side effects.

Example

Response

Errors

  • 401 - Invalid or missing API key
  • 403 - You don’t have access to this computer
  • 404 - Computer not found
  • 409 - Computer is not stopped (e.g. already running, or still being created)

Authorizations

Authorization
string
header
required

API key authentication. Get your key at orgo.ai/workspaces

Path Parameters

id
string
required

Computer ID

Response

Computer starting

success
boolean
Example:

true

status
string
Example:

"starting"