Skip to main content

astroctl_cloud_gcp_machines

astroctl cloud gcp machines

List GCP machine types

Synopsis

List available GCP machine types with pricing information.

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

# Get specific machine type info
astroctl cloud gcp machines list -r us-central1 -m n2-standard-2

Options

-h, --help help for machines

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO