Skip to main content

vers repo tag delete

Delete tags by name. The commits they pointed at are not deleted.

Synopsis

Description

Accepts one repo name followed by one or more tag names in that repo. Each tag is deleted independently; if one fails, the command keeps going and reports the first error on exit. Deleting a tag is a pointer removal only. If the commit it named is still referenced by a VM or another tag, it stays reachable. Otherwise it becomes orphaned (but not immediately reclaimed).

Examples

Delete a single tag

Delete several

Delete all tags in a repo (but keep the repo)

Error Cases

Repository or tag not found

The command continues with any remaining tag names and returns the first error at the end.

See Also