For the complete documentation index, see llms.txt. This page is also available as Markdown.

removeIncidentIndicator

Remove (soft) an indicator from the monitored scope (re-runs the matcher).

Examples

mutation RemoveIncidentIndicator($incidentId: String!, $indicatorId: String!) {
  removeIncidentIndicator(incidentId: $incidentId, indicatorId: $indicatorId)
}

Variables

This is an example input showing all available input fields. Only fields marked as required in the schema are mandatory.

{
  "incidentId": "example",
  "indicatorId": "example"
}

Arguments

You can use the following argument(s) to customize your removeIncidentIndicator mutation.

Argument
Description
Supported fields

incidentId String! required

indicatorId String! required

Fields

Return type: Boolean!

You can use the following field(s) to specify what information your removeIncidentIndicator mutation will return. Please note that some fields may have their own subfields.

Last updated