v2

latestOpenAPI 3.1.02026-07-2675166192.8 KB
Disks

Create Disk

post/api/v1/disks/

Request body

Response

Successful Response

idstring

Unique identifier for the disk, generated as a UUID.

namestring required

Name of the disk.

createdAtstring date-time

Timestamp when the disk was created.

updatedAtstring date-time

Timestamp when the disk was last updated.

terminatedAtstring date-time nullable

Timestamp when the disk was terminated.

status'PROVISIONING' | 'PENDING' | 'ACTIVE' | 'STOPPED' | 'ERROR' | 'DELETING' | 'UNKNOWN' | 'TERMINATED'
providerType'runpod' | 'fluidstack' | 'lambdalabs' | 'hyperstack' | 'oblivus' | 'cudocompute' | 'scaleway' | 'tensordock' | 'datacrunch' | 'latitude' | 'crusoecloud' | 'massedcompute' | 'akash' | 'primeintellect' | 'primecompute' | 'dc_impala' | 'dc_kudu' | 'dc_roan' | 'nebius' | 'dc_eland' | 'dc_wildebeest' | 'vultr' | 'dc_gnu' | 'denvr' required
sizeinteger

Size of the disk in GB.

infoobject nullable

JSON field for additional information about the disk.

priceHrnumber nullable

Hourly price for using the disk.

stoppedPriceHrnumber nullable

Hourly price when the disk is stopped.

provisioningPriceHrnumber nullable

Hourly price during provisioning.

userIdstring nullable required

ID of the user associated with this disk.

teamIdstring nullable

ID of the team owning this disk.

walletIdstring nullable

ID of the wallet associated with this disk.

podsstring[]

Pods attached to the disk.

clustersstring[]

Clusters attached to the disk.