Create a volume
Create a new persistent block storage volume
POST
Path parameters
namespace
type: string
requiredThe namespace (user or organization) to create the volume in.
Body parameters
name
type: string
requiredA unique name for the volume within the namespace. Allowed characters: alphanumeric, hyphens, underscores.
cloud
type: string
requiredCloud provider. One of `aws`, `azure`, `gcp`.
region
type: string
requiredCloud region to create the volume in (e.g., `us-east-1`, `westus2`, `europe-west1`).
volume_type
type: string
requiredStorage type. One of `gp3`, `io2`, `standard`.
size_gb
type: integer
Volume size in gigabytes. Maximum `16384` (16 TB).
default: 50
is_ephemeral
type: boolean
If `true`, the volume is automatically deleted when the attached workload terminates.
default: false
Previous → Delete a storage mount
Next List volumes →