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

FieldTypeRequiredDescription
incident_idnumberYesIncident ID to close
operatorstringYesOperator 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on