Usage
Arguments
| Name | Required | Description |
|---|---|---|
family | No | Instance type family to filter by (cpu, gpu) |
Options
| Flag | Short | Default | Description |
|---|---|---|---|
--json | -j | false | Output in JSON format |
Examples
List all instance types
List only CPU instance types
List only GPU instance types
JSON output
Instance Type Naming Convention
Instance types follow the pattern:tdx.<family>.<size>
tdx- TEE technology (Intel TDX)family- Instance family (cpu, gpu)size- Size tier (small, medium, large, xlarge, etc.)

