Update incident
update_incidentChange an incident's status to acknowledged, mitigated, or resolved, and attach an optional note to record context.
Instructions
Move an incident to a new status (acknowledged/mitigated/resolved) with an optional note. Mutates state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| status | Yes | ||
| incident_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| notes | No | ||
| status | Yes | ||
| service | Yes | ||
| summary | Yes | ||
| severity | Yes | ||
| opened_at | Yes | ||
| updated_at | Yes |