Skip to main content
GET
Get Instance

ヘッダー

Authorization
string
必須

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

パスパラメータ

instance_id
string
必須

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

レスポンス

200 - application/json

OK

id
string

Instance ID

:

"ca338f12f3"

name
string

Instance name

:

"example-instance"

type
enum<string>

Instance type. Allowed values: gpu, cpu

利用可能なオプション:
gpu,
cpu
:

"gpu"

product_id
string

Product ID

:

"product-id"

image
string

Image address

:

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

registry_auth_id
string

Registry authentication ID

:

"registry-auth-id"

entrypoint
string

Container entrypoint

:

""

command
string

Container startup command

:

""

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

:

"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

:

1714464000

last_started_at
integer

Last start time. Unix timestamp

:

1714467600

last_stopped_at
integer

Last stop time. Unix timestamp

:

0

member_id
string

Creator member ID

:

"member-id"

owner_id
string

Owner user ID (team owner UUID)

:

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

region_version
string

Instance version

:

"v1.0"

最終更新日 2026年8月10日