---
title: "anomalies ack"
description: "Acknowledge one or more anomaly alerts"
canonical: "https://pgbeam.com/docs/cli/anomalies/ack"
last-updated: "2026-09-14T19:37:21.000Z"
---

# anomalies ack

> Acknowledge one or more anomaly alerts

URL: https://pgbeam.com/docs/cli/anomalies/ack

Acknowledge anomaly-detection alerts. Pass one or more alert IDs, or use `--all` to acknowledge every open alert for the linked project (mirrors the dashboard's bulk acknowledge). Marks each alert as acknowledged, indicating it has been seen and is being handled.

## Usage

## Options

Option

Description

Required

Default

`<id>`

Anomaly alert ID(s)

No

-

`--all`

Acknowledge every open anomaly alert in the project

No

`false`

All global options (`--token`, `--profile`,
`--project`, `--org`, `--json`, `--no-color`, `--no-trunc`, `--debug`) are
also available on this command.

## Examples

## Output

Confirms each anomaly was acknowledged; bulk runs end with an acknowledged/failed summary and exit non-zero if any update failed.