Skip to main content
DELETE
Permanently deletes a sandbox and all associated resources. This action cannot be undone.

Headers

string
Use with JWT to specify the organization ID

Path Parameters

string
required
ID or name of the sandbox to delete

Response

Returns the deleted sandbox object with the updated state.
string
The unique identifier of the sandbox
string
The organization ID of the sandbox
string
The name of the sandbox
string
The snapshot used for the sandbox
string
The user associated with the sandbox
object
Environment variables for the sandbox
object
Labels for the sandbox
boolean
Whether the sandbox HTTP preview is public
boolean
Whether all network access is blocked
string
The target environment for the sandbox
number
The CPU quota for the sandbox
number
The GPU quota for the sandbox
number
The memory quota for the sandbox in GB
number
The disk quota for the sandbox in GB
string
The current state of the sandbox (will be destroying or destroyed)Options: destroying, destroyed
string
The desired state of the sandbox
string
The creation timestamp of the sandbox
string
The last update timestamp of the sandbox
string
The runner ID of the sandbox

Notes

  • This operation is irreversible and will permanently delete the sandbox
  • All data stored in the sandbox will be lost unless backed up
  • Attached volumes are not automatically deleted and must be managed separately
  • The sandbox state will transition to destroying and eventually to destroyed