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

devhelm tags get 42

tags create

devhelm tags create --name production --color "#10b981"
FlagTypeRequiredDescription
--namestringYesTag name, unique within the organization
--colorstringHex color code (e.g., #10b981)

tags update

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

tags delete

devhelm tags delete 42

Next steps

Monitors

Assign tags when creating monitors.

Notification policies

Route alerts based on tags.