Skip to main content
Tags let you label template builds for release management without changing the underlying template name.

Assign tags

Use novita.template.assignTags (JS) / novita.template.assign_tags (Python) to assign one or more tags to an existing template build.

Remove tags

Use novita.template.removeTags (JS) / novita.template.remove_tags (Python) to remove one or more tags from a template by name.

Assign tags at build time

You can also assign tags when a template is built, through the tags option of novita.template.build.
assignTags / assign_tags returns tag info. removeTags / remove_tags returns nothing. Both accept either a single tag string or a list of tags.
Last modified on August 5, 2026