---
title: List
url: https://docs.vultr.com/reference/vultr-cli/vpc/list
description: Displays all Virtual Private Clouds (VPCs) in your account with their IDs, regions, descriptions, and network configurations.
publish_date: 2025-09-14T03:09:28.187165Z
last_updated: 2025-11-07T17:52:48.920486Z
---

The `vultr-cli vpc list` command displays all Virtual Private Cloud networks in your Vultr account, showing their IDs, descriptions, regions, and configuration details.

## Usage

```console
$ vultr-cli vpc list [flags]
```

## Examples

```console
# Full example
$ vultr-cli vpc list

# Shortened example with aliases
$ vultr-cli vpc 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. |