Skip to main content
DELETE
Delete computer
Permanently deletes a computer and all its data.
This cannot be undone. The disk and everything on it is lost.
The record is always removed, even when the computer has no live host. An already-terminated computer, an unreachable host, and a creating record that never finished provisioning all delete cleanly. Tearing down the computer on its host is best-effort and never blocks the delete.
Deleting a computer does not release its dedicated egress IP, and does not stop the charge for it. The delete tears down the route to the computer and clears the designation, so the IP stops carrying traffic. The IP itself stays allocated to you and stays billed. Release it separately with DELETE /api/egress-ips/{id}, or reassign it to another computer with PATCH /api/egress-ips/{id}.

Path parameters

string
required
Computer UUID or instance_id. Both resolve to the same computer.

Response

boolean
true when the computer was deleted.

Example

Response

Errors

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Computer ID

Response

Computer deleted

success
boolean
Example:

true