> ## Documentation Index
> Fetch the complete documentation index at: https://api.docs.flare.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Event actions (ignore, remediate, etc.)

Apply an action to a list of events (ignore, remediate, etc.).

## Body parameters

<ParamField body="action" type="object" required>
  The action applied to events.

  <Expandable defaultOpen>
    <ParamField body="type" type="string">
      <Expandable title="valid types" defaultOpen>
        `ignore`
        `remediate`
        `unignore`
        `unremediate`
      </Expandable>
    </ParamField>
  </Expandable>
</ParamField>

<ParamField body="targets" type="object[]" required>
  List of targets where the action will be applied (max 10).

  <Expandable defaultOpen>
    <ParamField body="uid" type="string" />
  </Expandable>
</ParamField>
