Skip to main content
PATCH
Grow volume

Authorizations

Authorization
string
header
required

Your AI Reserve API key (aireserve_api_…) from the API Keys page in the portal (https://portal.aireserve.com/keys).

Headers

Idempotency-Key
string
required

Path Parameters

id
string<uuid>
required

Body

application/json
sizeGb
integer
required

New size in GiB. Must be larger than the current size.

Required range: 10 <= x <= 4096
quoteId
string
required

Signed quote token for the new size from POST /v1/gpu/quotes.

Response

Grow accepted.

Response to a 202 Accepted Compute mutation. All fields are camelCase. Use operationId to poll GET /v1/gpu/operations/{id} for terminal status.

accepted
enum<boolean>
required
Available options:
true
resourceId
string<uuid>
required

ID of the resource created or mutated.

operationId
string<uuid>
required

ID for the durable operation record. Poll GET /v1/gpu/operations/{id} for terminal status.

status
enum<string>
required
Available options:
accepted,
pending
resourceType
enum<string>
Available options:
pod,
volume,
template,
registry,
ssh_key