Lists available bare metal server plans with specifications and pricing for physical dedicated server deployments.
The vultr-cli plans metal command displays available Bare Metal server plans on Vultr, showing specifications and pricing to help users select appropriate hardware configurations.
$ vultr-cli plans metal [flags]
# Full example
$ vultr-cli plans metal
# Full example with paging
$ vultr-cli plans metal --per-page=1 --cursor="bmV4dF9fdmJtLTRjLTMyZ2I="
# Shortened with alias commands
$ vultr-cli p m
| 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. |