Boundary
workers remove-worker-tags
Command: boundary workers remove-worker-tags
The boundary workers remove-worker-tags
command lets you remove API tags from worker resources.
Example
This example removes the API tags key1=val-a
and key2=val-b,val-c
from a worker with the ID w_1234567890
:
$ boundary workers remove-worker-tags -id w_1234567890 -tag "key1=val-a" -tag "key2=val-b,val-c"
Usage
$ boundary workers remove-worker-tags [sub command] [args]
Command options
-id=<string>
- The ID of the worker you want to remove the tag from.tag=<key=val-a, key2=val-b,val-c>
- The API tag resources you want to remove from the worker.version=<int>
- The version of the worker to perform the operation on. If you do not specify a version, the command performs a check-and-set automatically.
CLI options
In addition to the command specific options, there are options common to all CLI commands and subcommands: