Vultr DocsLatest Content


Tags

Updated on 07 November, 2025

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.

Usage

console
$ vultr-cli instance tags <Instance ID> [flags]

Examples

console
# 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"

Flags

Shorthand Long Version Description
-t --tags A comma separated list of tags to apply to the instance

Comments