Skip to main content
The tag command lets you create, list, and delete tags at the organization level. Tags can be attached to jobs for filtering and categorization.

create

Create a new tag in your organization.
Example:

list

List all tags in your organization.
Example output:

delete

Delete a tag by its value or slug.
Example:

Job tag commands

Tags can be attached to and detached from jobs using vesslctl job tag. When you attach a tag value that does not exist yet, it is created automatically.

job tag attach

Attach a tag to a job.
Example:

job tag detach

Detach a tag from a job.
Example:
Use vesslctl job create --tag "my-tag" to attach tags at job creation time. The --tag flag is repeatable and auto-creates tags that don’t exist.