Incidents (CLI)

Manage incidents from the obs CLI. Create, list, update, and delete incident records.

Manage incidents.

obs incident create --title "API Outage" --priority HIGH --description "Initial investigation"
obs incident list
obs incident get <id>
obs incident update <id> --description "Resolved"
obs incident delete <id> -y

Incidents are runtime state: obs apply warns and skips any incidents block. Create them directly with obs incident create. See Config-as-code.

Was this page helpful?