﻿---
title: stack kb alerting-v2 post-alerting-v2-action-policies cli command
description: Create an action policy Behaviour flags: --dry-run — validate all inputs and exit without performing any action 
url: https://www.elastic.co/elastic/docs-builder/docs/4120/reference/elastic-cli/cli/stack/kb/alerting-v2/post-alerting-v2-action-policies
applies_to:
  - Elastic Cloud Serverless: Preview
  - Elastic Stack: Preview
---

# stack kb alerting-v2 post-alerting-v2-action-policies cli command
<cli-modifiers>
</cli-modifiers>

```bash
elastic stack kb alerting-v2 post-alerting-v2-action-policies \
  --description <description> \
  --destinations <destinations> \
  --name <name> \
  [options]
```

Create an action policy
**Behaviour flags:**
`--dry-run` — validate all inputs and exit without performing any action

## Options

<definitions>
  <definition term="--description string required">
    A description of the action policy.
  </definition>
  <definition term="--destinations string[] required">
    The list of destinations. At least one is required.
    **Repeatable:** pass `--destinations` multiple times to supply more than one value
  </definition>
  <definition term="--name string required">
    The name of the action policy.
  </definition>
  <definition term="--group-by string[]">
    The fields used to group alerts.
    **Repeatable:** pass `--group-by` multiple times to supply more than one value
  </definition>
  <definition term="--grouping-mode string">
    The grouping mode for alert notifications.
  </definition>
  <definition term="--matcher string">
    A KQL query string to match alerts.
  </definition>
  <definition term="--tags string[]">
    Tags for categorizing the action policy.
    **Repeatable:** pass `--tags` multiple times to supply more than one value
  </definition>
  <definition term="--throttle string">
    The throttle configuration for notifications.
  </definition>
  <definition term="--input-file string">
    path to a JSON file to use as command input
  </definition>
  <definition term="--dry-run">
    validate all inputs and exit without performing any action (preview changes without applying them)
  </definition>
</definitions>


## Global Options

<definitions>
  <definition term="--json">
    output as JSON
  </definition>
</definitions>