Nomad
nomad job tag command reference
Use the job tag
command to manage tags for job versions.
Applying a tag to a version prevents Nomad from garbage collecting that version. You can compare versions by tag name as well as version number.
Tag names must be unique per job.
Usage
nomad job tag <subcommand> [options] [args]
job tag
has the following subcommands:
job tag apply
: Save a job version tag.job tag unset
: Remove a tag from a job version.