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