---
title: Metal
url: https://docs.vultr.com/reference/vultr-cli/plans/metal
description: Lists available bare metal server plans with specifications and pricing for physical dedicated server deployments.
publish_date: 2025-09-14T03:08:31.388031Z
last_updated: 2025-11-07T17:51:12.627029Z
---

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. |