# tags
Optional labels to associate with the incident or environment. These tags are visible in the UI and help with grouping and filtering data (e.g., by team, server role, deployment type).
Type: list[string] or comma-separated string
Default: ""
Example (YAML):
options:
tags: "production, team-payment"
1
2
2
Example (CLI):
./yc -tags "production, team-payments"
1