Skip to main content
View and manage incidents from the command line. List active incidents, inspect details, create manual incidents, and resolve them.

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 from devhelm 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.
Add a resolution message:

Next steps

Incidents overview

Understanding incident lifecycle and policies.

Manual incidents guide

Step-by-step guide for managing manual incidents.