Resolve an incident
resolve_incidentResolve an ongoing incident, marking it as handled/closed. Idempotent-ish: resolving an already-resolved incident returns HTTP 409. Uptime API: POST /api/v3/incidents/{id}/resolve.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | The incident id to resolve (from list_incidents). | |
| resolved_by | Yes | User e-mail or a custom identifier of who is resolving the incident. |