Snapshots
Delete a snapshot
Hard-deletes the snapshot and its underlying image. Cannot be undone.
DELETE
Delete a snapshot
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 snapshot.
Pattern:
^[a-f0-9]{24}$Response
Snapshot deleted
Last modified on May 20, 2026
Previous
Create a volumeProvisions a persistent volume synchronously. Volumes are backed by Brimble's
globally distributed S3-compatible object storage; when the response returns
the disk is allocated and ready to attach to a sandbox or project.
Names are unique per user. Region is permanently pinned at creation;
volumes can only attach to sandboxes / projects in the same region.
`type` declares the surface this volume is intended for and drives where
it shows up in attach pickers:
- `web`, project disk (default)
- `sandbox`, sandbox disk
Next
Delete a snapshot