Vultr DocsLatest Content


Tags

Updated on 07 November, 2025

Manage organizational tags for Vultr bare metal servers to categorize and group your infrastructure resources.


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

Comments