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
Request body
Response
Volume created
Example response
{
"message": "Volume fetched",
"data": {
"region": {
"id": "6a06df21cc6bef51342e199e",
"name": "eu-west",
"country": "France",
"continent": "Europe"
}
}
}Changes
Changed in 1 of the 5 revisions of this API.2
- ○
added
SandboxRegionto thedata/regionresponse propertyallOflist for the response status201response-property-all-of-added
- ○
removed
RegionSummaryfrom thedata/regionresponse propertyallOflist for the response status201response-property-all-of-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○