Vultr DocsLatest Content


List

Updated on 07 November, 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 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.

Comments