Vultr DocsLatest Content


List

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli regions list [flags]

Examples

console
# 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

Flags

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.

Comments

No comments yet.