Create Storage Volume
Create a volume for a team
POST
/
v2
/teams
/{team_id}
/storage
/volumes
Request Body
application/json
Requiredcreate volume body
created_at
string
creation timestamp
Format:
"date-time"
created_by
object
General user object
id
Requiredstring
id of volume
name
Requiredstring
name of the volume
region
Requiredobject
General region object
size
Requiredinteger
size of the volume (in GB)
Format:
"int64"
status
string
status of volume
Value in:
"Creating" | "Available" | "Error"
team_id
Requiredstring
id for team which owns the volume
usage
object
volume_mounts
array<object>
Header Parameters
Authorization
Requiredstring
Value: "Bearer <token>"; visit the "User Settings" page in the DevZero dashboard to generate a token
Path Parameters
team_id
Requiredstring
ID of team
created volume