Skip to main content
Manage tags from the command line. Create tags for organizing monitors and routing alerts.

Commands

CommandDescription
devhelm tags listList all tags
devhelm tags get <id>Get tag details
devhelm tags createCreate a tag
devhelm tags update <id>Update a tag
devhelm tags delete <id>Delete a tag

tags list

devhelm tags list

tags get

Tag IDs are UUIDs — get them from devhelm tags list.
devhelm tags get <tag-id>

tags create

devhelm tags create --name production --color "#10b981"
FlagTypeRequiredDescription
--namestringYesTag name, unique within the organization
--colorstringHex color code (e.g., #10b981; defaults to #6B7280 if omitted)

tags update

devhelm tags update <tag-id> --name staging --color "#f59e0b"
FlagTypeDescription
--namestringNew tag name
--colorstringNew hex color code

tags delete

Prompts for confirmation; pass --yes (-y) in scripts and CI.
devhelm tags delete <tag-id>

Next steps

Monitors

Assign tags when creating monitors.

Notification policies

Route alerts based on tags.