Vultr DocsLatest Content


Tags

Updated on 15 September, 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 associated with Vultr instances, allowing you to view, add, or remove tags for organizing and filtering your virtual machines.

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

No comments yet.