Acknowledge an incident
acknowledge_incidentAcknowledge an ongoing incident, signalling that someone is looking into it (stops further escalation). Idempotent-ish: acknowledging an already-acknowledged incident returns HTTP 409. Uptime API: POST /api/v3/incidents/{id}/acknowledge.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | The incident id to acknowledge (from list_incidents). | |
| acknowledged_by | Yes | User e-mail or a custom identifier of who is acknowledging the incident. |