CH·02CLI reference

gpu instances get

Show details for one instance

Show details for one instance

Synopsis

Fetches a single GPU instance by ID and renders its full detail view, including the Connection block (hostname, port, ssh_command) when the instance is running. A Disk row shows the filesystem size GPU.ai configured for the launch (disk_gb in JSON); it is omitted on machines whose disk is provider-determined (fixed-disk capacity). Errored instances additionally show a Status Reason row (status_reason in JSON) explaining why the launch failed, e.g. a provisioning timeout or stall.

A Last reachable row (last_reachable_at in JSON) shows when GPU.ai last verified the SSH path to the instance end-to-end. The row is omitted until the first successful check — absent means "not probed yet", not "unreachable". If it stops advancing while Status stays running, the machine is up but SSH inside it is not: the usual causes are a crashed SSH daemon or an out-of-memory/disk-full instance.

gpu instances get <instance-id> [flags]

Examples

gpu instances get gpu-abc123

# JSON for scripting
gpu instances get gpu-abc123 --output json

Options

  -h, --help   help for get

Options inherited from parent commands

      --api-base string   API base URL (override with GPUAI_API_BASE env) (default "https://api.gpu.ai/v1")
      --debug             Enable debug logging to stderr
  -o, --output string     Output format: table|json (default table on TTY, json otherwise)

SEE ALSO

← The gpu CLI