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.
$ vultr-cli plans list [flags]
# 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
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. |
No comments yet.