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.
$ vultr-cli bare-metal tags <Bare Metal ID> [flags]
# 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"
| Shorthand | Long Version | Description |
|---|---|---|
| -t | --tags | A comma separated list of tags to apply to the server |