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 from Vultr, showing specifications and pricing for physical dedicated servers you can deploy.
$ 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. |
No comments yet.