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.
$ 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 |
No comments yet.