Displays available compute instance plans across Vultr regions to help users determine viable deployment options for their infrastructure.
The vultr-cli regions availability command displays available instance types in a specified Vultr region, helping developers determine which compute resources they can provision in that location.
$ vultr-cli regions availability <Region ID> [flags]
# Full example
$ vultr-cli regions availability ewr
# Full example with paging
$ vultr-cli regions availability ewr
# Shortened with alias commands
$ vultr-cli r a ewr
| Shorthand | Long Version | Description |
|---|---|---|
| -t | --type | type of plans for which to include availability. Possible values: vc2, vdc, vhf, vbm. Defaults to all Instances plans. |