close_incident
Manually close an active incident.
Manually close an active incident.
Destructive · Writes data · Idempotent · Calls external systems. This tool can modify or delete data. Review the arguments before letting an agent call it.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
incident_id | number | Yes | Incident ID to close |
operator | string | Yes | Operator slug (required for permission scoping) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"operator": "string",
"incident_id": 0
}
Description
Sets the incident status to MANUALLY_CLOSED. Use list_incidents status=OPEN to find active incidents first.
Related
What's next?
Last updated on