
# tag

Add or remove tags on a VM

## Usage

```
tag [-d] <vm> <tag-name> [tag-name...]
```

## Options

- `--d`: delete tag
- `--json`: output in JSON format

## Examples

```
tag my-vm prod web        # add tags
tag -d my-vm prod web     # remove tags
```

