For the complete documentation index, see llms.txt. This page is also available as Markdown.

Reserves

List Pod Reserves

get

List the authenticated organization's Pod/Serverless reserved capacity and active Pod usage

Authorizations
x-api-keystringRequired
Query parameters
pageinteger · int64Optional

Page number, 1-based

Example: 1
sizeinteger · int64Optional

Page size from 1 to 100

Example: 10
regionstringOptional

Reserved machine region

Example: dev-ca-west-1
reserveNodeIdstringOptional

Stable customer-facing reserved node ID

Example: node-a
gpuTypestringOptional

Exact canonical v2 or raw/database GPU type; GPU display names are not queried

Example: NVIDIA_RTX_5090_32G
reservationStatusstring · enumOptional

Reservation status

Example: RESERVEDPossible values:
machineStatusstring · enumOptional

Reserved machine status

Example: IN_USEPossible values:
Responses
200

OK

*/*
messagestringOptional

message

codeinteger · int32Optional

code

get/v2/reserves/pods

Last updated

Was this helpful?