Create a storage volume
Storage
Create a storage volume
Create a persistent storage volume. Returns 202 immediately with storage ID. Poll /request/info/ to track provisioning progress.
POST
Create a storage volume
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Storage creation request payload.
Request model for creating a storage volume.
Storage size in GB. Charged at an hourly rate based on size. Minimum balance requirement: 24 hours of storage cost (unless the organization is whitelisted).
Examples:
100
1000
Optional custom name for the storage.
Example:
"shared-models"
Enable deletion protection to prevent accidental storage volume destruction
Examples:
false
true