Skip to main content

astroctl_cloud_azure_machines_list

astroctl cloud azure machines list

List Azure machine types

Synopsis

List available Azure machine types with pricing information.

astroctl cloud azure machines list [flags]

Examples


# List machine types in eastus
astroctl cloud azure machines list -r eastus

# Filter by CPU and memory
astroctl cloud azure machines list -r eastus --cpuMin 2 --memMax 4096 --category GeneralPurpose

# Get specific machine type info
astroctl cloud azure machines list -r eastus -m Standard_DC2as_v5

# Output as JSON
astroctl cloud azure machines list -r eastus -o json

Options

--architecture string Architecture filter: x86_64, arm64
--category string Category filter: GeneralPurpose, ComputeOptimized, MemoryOptimized, AcceleratorOptimized, GPU
--cpuMax int Maximum CPU cores
--cpuMin int Minimum CPU cores
-h, --help help for list
-m, --machinetype string Specific machine type to get info for
--memMax int Maximum memory (MB)
--memMin int Minimum memory (MB)
-o, --output string Output format (table|json|yaml) (default "table")
-r, --region string Azure region (required)
-z, --zone string Zone ID for machine type info

SEE ALSO