Skip to main content
GET
Get Instance

En-têtes

Authorization
string
requis

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Paramètres de chemin

instance_id
string
requis

Instance ID. String, length: 1-255 characters.

Réponse

200 - application/json

OK

id
string

Instance ID

Exemple:

"ca338f12f3"

name
string

Instance name

Exemple:

"example-instance"

type
enum<string>

Instance type. Allowed values: gpu, cpu

Options disponibles:
gpu,
cpu
Exemple:

"gpu"

product_id
string

Product ID

Exemple:

"product-id"

image
string

Image address

Exemple:

"registry.example.com/namespace/image:tag"

registry_auth_id
string

Registry authentication ID

Exemple:

"registry-auth-id"

entrypoint
string

Container entrypoint

Exemple:

""

command
string

Container startup command

Exemple:

""

billing
object

Billing configuration

envs
object[]

Environment variable list

ports
object[]

Exposed port list

resource_specs
object

Resource specification (with system-allocated info)

network
object

VPC network configuration

volumes
object[]

Data disk / network storage mounts

region
string

Region of the instance

Exemple:

"region-id"

tools
object

Instance tool information

auto_migrate
object

Auto-migrate configuration

status
object

Instance status information

pricing
object

Pricing information

created_at
integer

Creation time. Unix timestamp

Exemple:

1714464000

last_started_at
integer

Last start time. Unix timestamp

Exemple:

1714467600

last_stopped_at
integer

Last stop time. Unix timestamp

Exemple:

0

member_id
string

Creator member ID

Exemple:

"member-id"

owner_id
string

Owner user ID (team owner UUID)

Exemple:

"550e8400-e29b-41d4-a716-446655440000"

region_version
string

Instance version

Exemple:

"v1.0"

Dernière modification le 10 août 2026