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 associated with Vultr instances, allowing you to view, add, or remove tags for organizing and filtering your virtual machines.
$ 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 |
No comments yet.