Vultr DocsLatest Content


Metal

Updated on 07 November, 2025

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.

Usage

console
$ vultr-cli plans metal [flags]

Examples

console
# 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

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.

Comments