Skip to main content
GET
Get pod

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).

Path Parameters

id
string<uuid>
required

Pod ID.

Response

Pod detail.

A GPU pod managed by AI Reserve Compute. All fields are camelCase to match the service DTO.

id
string<uuid>
required
name
string
required
status
enum<string>
required

Current observed pod state.

Available options:
requested,
provisioning,
starting,
running,
stopping,
stopped,
terminating,
terminated,
failed
createdAt
string<date-time>
required
desiredState
enum<string>

Control-plane target state. The pod converges asynchronously.

Available options:
running,
stopped,
terminated
gpuTypeId
string
gpuCount
integer
dataCenterId
string
containerDiskGb
integer

Ephemeral container disk in GiB. Lost on stop or termination.

networkVolumeId
string<uuid> | null
imageName
string | null
rateUsdPerHour
string

Locked hourly rate (GPU + container disk) in USD, six-decimal precision.

envKeys
string[]

Names of injected environment variables. Values are never returned.

paidThroughAt
string<date-time> | null

End of the current prepaid compute coverage window. Null when stopped or not yet running.

lastError
string | null