Lists all available Vultr datacenter regions with their IDs, names, and availability information.
The vultr-cli regions list
command displays all available Vultr datacenter regions where you can deploy resources, showing region IDs, names, and availability information.
$ vultr-cli regions list [flags]
# Full example
$ vultr-cli regions list
# Full example with paging
$ vultr-cli regions list --per-page=1 --cursor="bmV4dF9fQU1T"
# Shortened with alias commands
$ vultr-cli r l
Shorthand | Long Version | Description |
---|---|---|
-c | --cursor | (optional) cursor for paging. |
-p | --per-page | (optional) Number of items requested per page. Default is 100 and Max is 500. |
No comments yet.