Manage organizational tags for your Vultr instances to enable better categorization and filtering of your virtual machines.
The vultr-cli instance tags command manages tags for Vultr instances, allowing you to list, add, or remove metadata labels for organization and filtering purposes.
$ vultr-cli instance tags <Instance ID> [flags]
# Full example
$ vultr-cli instance tags <instanceID> --tags="example-tag-1,example-tag-2"
# Shortened example with aliases
$ vultr-cli instance tags <instanceID> -t="example-tag-1,example-tag-2"
| Shorthand | Long Version | Description |
|---|---|---|
| -t | --tags | A comma separated list of tags to apply to the instance |