astroctl_cloud_gcp_machines_list
astroctl cloud gcp machines list
List GCP machine types
Synopsis
List available GCP machine types with pricing information.
astroctl cloud gcp machines list [flags]
Examples
# List machine types in us-central1
astroctl cloud gcp machines list -r us-central1
# Filter by CPU and memory
astroctl cloud gcp machines list -r us-central1 --cpuMin 2 --memMax 4096 --category GeneralPurpose
# Get specific machine type info
astroctl cloud gcp machines list -r us-central1 -m n2-standard-2
# Output as JSON
astroctl cloud gcp machines list -r us-central1 -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 GCP region (required)
-z, --zone string Zone ID for machine type info
SEE ALSO
- astroctl cloud gcp machines - List GCP machine types