Sandboxes
Destroy a sandbox
Tears down the sandbox immediately. The HTTP response is 204 once the
destroy is queued; the sandbox’s status transitions to destroyed
shortly after.
Idempotent, calling DELETE on an already-destroyed sandbox is a no-op
that still returns 204.
Attached volumes are detached but not deleted; they can be re-attached to a future sandbox.
DELETE
Destroy a sandbox
Authorizations
Your account-level Brimble API key. Find it in the dashboard under your profile drawer → API key (click the avatar in the sidebar). Available on paid plans only.
Path Parameters
24-char hex id of the sandbox.
Pattern:
^[a-f0-9]{24}$Response
Destroy queued (or already destroyed)
Last modified on May 20, 2026