Documentation Index
Fetch the complete documentation index at: https://docs.vers.sh/llms.txt
Use this file to discover all available pages before exploring further.
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
See Also
vers repo delete- delete the whole repository (also removes all tags)vers repo tag list