Skip to main content
POST
Stop computer
Stops a running computer. The computer’s disk is preserved — files, installed software, and configuration are all kept — and a stopped computer incurs no compute charges.
Stopping saves the computer’s disk and releases its host. When you start it again it boots on a freshly chosen host and receives a new IP address. Running processes and other in-memory state from before the stop are not restored — the computer cold-boots from its saved disk. Only the disk is preserved.

Path parameters

id
string
required
Computer ID.

Response

success
boolean
true if stop was initiated.
Idempotent - stopping an already-stopped 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 running (e.g. still starting, or already stopped/terminating)

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Computer ID

Response

Computer stopping

success
boolean
Example:

true

status
string
Example:

"stopping"