Sandboxes
Resume a paused sandbox
Starts a fresh container of the same template and reattaches the persistent volume. Files under the sandbox’s workspace directory come back; nothing else does.
Sandbox must be in status paused. status transitions from paused to
ready once the container is up.
POST
Resume a paused 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
Resume queued
Example:
"Sandbox pause requested"
Last modified on July 1, 2026
Previous
Update sandbox egress policyChanges outbound network policy for a sandbox. Supported modes:
- `open` — full outbound internet access.
- `deny_all` — all outbound connections blocked.
- `restricted` — default deny with an allowlist (`allow` required).
Switching between modes may reattach the sandbox to a different network
profile. The response includes `network_updated: true` when that happens.
Allow a few seconds for the new policy to take effect before probing from
inside the sandbox.
Sandbox must be in status `ready`.
Next
Resume a paused sandbox