Skip to main content
Flavors define the hardware configuration available for compute instances — including CPU, memory, and GPU specifications.

Subcommands

  • list — List available flavors

list

List available flavors, optionally filtered by organization and region.
nscale flavors list [flags]

Flags

FlagDescription
--org stringOrganization ID
--region stringRegion ID
--jsonOutput in JSON format

Examples

# List all flavors in a region
nscale flavors list --org <org-id> --region <region-id>

# Output as JSON
nscale flavors list --org <org-id> --region <region-id> --json