﻿---
title: stack kb alerting-v2 patch-alerting-v2-action-policies-id cli command
description: Partially update 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/4097/reference/elastic-cli/cli/stack/kb/alerting-v2/patch-alerting-v2-action-policies-id
applies_to:
  - Elastic Cloud Serverless: Preview
  - Elastic Stack: Preview
---

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

```bash
elastic stack kb alerting-v2 patch-alerting-v2-action-policies-id \
  --id <id> \
  --version <version> \
  [options]
```

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

## Options

<definitions>
  <definition term="--id string required">
    The action policy identifier.
  </definition>
  <definition term="--version string required">
    The current version of the action policy, used for optimistic concurrency control.
  </definition>
  <definition term="--description string">
    A description of the action policy.
  </definition>
  <definition term="--destinations string[]">
    The list of destinations. At least one is required.
    **Repeatable:** pass `--destinations` multiple times to supply more than one value
  </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="--name string">
    The name of the action policy.
  </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>