Command Palette
Search for a command to run

Delete a sandbox

Delete a sandbox and release all its resources

DELETE
/auth/v1/seed/{namespace}/sandbox/{id}

Delete a sandbox and release all its cloud resources. Any jobs still running in the sandbox are terminated.

Path parameters


namespace
type: string
required
The namespace (user or organization) the sandbox belongs to.
id
type: string
required
The sandbox ID.

Previous Stop a sandbox

Next Repositories