Authorizations
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Path Parameters
Unique identifier for the compute instance
1"inst_abc123xyz"
Response
Successfully retrieved compute instance details
Compute instance details including configuration, location, and status
Unique identifier for the compute instance
"inst_abc123xyz"
Type of compute instance (GPU configuration)
gpu_8x_h100_sxm5, gpu_1x_h100_sxm5 "gpu_1x_h100_sxm5"
Geographical region where the instance is located
us-west, us-central, us-east, eu-north, eu-west, other "us-west"
Current operational status of the instance
ready, init, pending, provisioning, stopped, unknown "ready"
Sector identifier for instance placement within the region (if applicable)
sector_1, sector_2, sector_3 "sector_1"
IP address of the instance (available when instance is ready)
"203.0.113.42"
Nickname of the user who created this instance
"developer"