Vultr DocsLatest Content


List

Updated on 15 September, 2025

Displays available Vultr service plans with pricing, specifications, and resource allocations to help users select appropriate infrastructure options.


The vultr-cli plans list command displays available Vultr service plans, showing pricing, specifications, and resource allocations to help users select appropriate infrastructure options.

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

Comments

No comments yet.