virtual machine tags

Subsections of virtual machine tags

List virtual machine tags

Options

optiondescriptionAllowed values

Examples

  • list all virtual machine tags
proxcli vms tags list

Set virtual machine tags

Options

optiondescriptionAllowed values
vm-tagscoma separated list of tagsstring
filter-nameregex applied to match virtual machine namesstring
set-modewhether we can append or replace tags. default to replacestring

Examples

  • Set tags for all vms name matching the specified regex
proxcli vms tags set --vm-tags "template,ubuntu" --filter-name "^ubuntu-cloud"
  • append tags for all vms name matching the specified regex
proxcli vms tags set --vm-tags "newtag" --filter-name "^ubuntu-cloud" --set-mode append