---
title: List
url: https://docs.vultr.com/reference/vultr-cli/plans/list
description: Displays available Vultr service plans with pricing, specifications, and resource allocations to help users select appropriate infrastructure options.
publish_date: 2025-09-14T03:08:29.935157Z
last_updated: 2025-11-07T17:51:10.250560Z
---

The `vultr-cli plans list` command displays available Vultr server plans with their specifications and pricing, helping users select the appropriate configuration for their infrastructure needs.

## Usage

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

## Examples

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

# Full example with paging
$ vultr-cli plans list --type="vhf" --per-page=1 --cursor="bmV4dF9fdmhmLTFjLTFnYg=="

# Shortened with alias commands
$ vultr-cli p 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. |
| -t | --type | (optional) The type of plans to return. Possible values: `vc2`, `vdc`, `vhf`, `dedicated`. Defaults to all Instances plans. |