Sandboxes
Get a sandbox
GET
Get 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}$Last modified on May 31, 2026
Previous
Destroy a sandboxTears 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.
Next
Get a sandbox