close_incident_by_id
Close a specific incident by its unique ID, and decide if the monitor should be qualified. Resolve data issues by supplying the incident ID and qualification flag.
Instructions
Close an incident by id. The id is the unique identifier of the incident, for example 1234.
The should_qualify_monitor is a boolean that indicates if the monitor should be qualified or not.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| incident_id | Yes | ||
| should_qualify_monitor | Yes |