Vultr DocsLatest Content


Tags

Updated on 15 September, 2025

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


The vultr-cli bare-metal tags command manages tags associated with Vultr bare metal servers, allowing you to list, add, or remove tags for resource organization.

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

No comments yet.