Skip to main content
POST
Request Gpu Pool Change

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

xi-api-key
string | null
x-api-key
string | null

Body

application/json
reason
string
required

Why you need the change. Shown to the reviewer.

Maximum string length: 2000
requested_min
Requested Min · object | null

Guaranteed capacity.

requested_max
Requested Max · object | null

Desired max GPUs per type, e.g. {"H100-80GB": 16}. REPLACES the contents of your pending request, so send every entry you still want changed.

expected_request_id
string | null

Id of the pending request you are editing, from GET /v1/me/gpu_pool (pending_request.id), or null if you have none.

Response

Successful Response

id
string
required

Pass as expected_request_id to edit or cancel this

created_at
integer
required
requested_max
Requested Max · object
reason
string | null