Volumes
Create a volume
Provisions 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
post/volumes
Request body
Response
Volume created
Example response
{
"message": "Volume fetched",
"data": {
"region": {
"id": "6a06df21cc6bef51342e199e",
"name": "eu-west",
"country": "France",
"continent": "Europe"
}
}
}