MAAS UI: Automatic tags and Tag management

Hi @mdeluca,

You can delete the automatic tag via the CLI using

$ maas $PROFILE tag delete $TAG_NAME

Here is the documentation for deleting tags in the CLI.

There are 4 attributes to the tag.

tag {
name: [The name of the tag, string up to 256 chars. ],
definition: [Xpath definition to define the rule],
comment: [A string that describes what the tag does.],
kernel_opts: [kernel parameters that you wish to assign to machines once deployed.]
}

I’m not quite clear on what you want to do with the value attribute. However, judging by your explanation, I think you can achieve this using the comment attribute of the tag.

Let me know if this helps :smiley: