---
title: Tags
url: https://docs.vultr.com/reference/vultr-cli/bare-metal/tags
description: Manage organizational tags for Vultr bare metal servers to categorize and group your infrastructure resources.
publish_date: 2025-09-14T03:01:07.377966Z
last_updated: 2025-11-07T17:38:45.863099Z
---

The `vultr-cli bare-metal tags` command allows you to manage tags associated with Bare Metal instances, enabling easier resource organization and filtering in your Vultr infrastructure.

## Usage

```console
$ vultr-cli bare-metal tags <Bare Metal ID> [flags]
```

## Examples

```console
# Full example
$ vultr-cli bare-metal tags <bareMetalID> tags="tag-1,tag-2"

# Shortened example with aliases
$ vultr-cli bm tags <bareMetalID> -t="tag-1,tag-2"
```

## Flags
| Shorthand | Long Version | Description |
|-----------|--------------|-------------|
| -t | --tags | A comma separated list of tags to apply to the server |