Commands
incidents list
List all incidents in your organization.
Incident
status is one of WATCHING, TRIGGERED, CONFIRMED, or RESOLVED. Filter with jq — for example, everything that isn’t resolved yet:
incidents get
Get detailed information about a single incident, including its timeline. Incident IDs are UUIDs — get them fromdevhelm incidents list.
incidents create
Create a manual incident. Manual incidents are useful for tracking outages detected outside of automated monitoring.Examples
incidents resolve
Resolve an active incident.Next steps
Incidents overview
Understanding incident lifecycle and policies.
Manual incidents guide
Step-by-step guide for managing manual incidents.