Subsections of virtual machine tags
List virtual machine tags
Options
| option | description | Allowed values |
|---|
Examples
- list all virtual machine tags
proxcli vms tags listSet virtual machine tags
Options
| option | description | Allowed values |
|---|---|---|
| vm-tags | coma separated list of tags | string |
| filter-name | regex applied to match virtual machine names | string |
| set-mode | whether we can append or replace tags. default to replace | string |
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

