---
title: List
url: https://docs.vultr.com/reference/vultr-cli/regions/list
description: Lists all available Vultr datacenter regions with their IDs, names, and availability information.
publish_date: 2025-09-14T03:08:35.599307Z
last_updated: 2025-11-07T17:51:19.677735Z
---

The `vultr-cli regions list` command displays all available Vultr datacenter regions where you can deploy resources, showing region IDs, names, and locations.

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