PgBeam
PgBeam Docs
anomalies

anomalies ack

Acknowledge one or more anomaly alerts

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

pgbeam anomalies ack [id] [flags]

Options

OptionDescriptionRequiredDefault
<id>Anomaly alert ID(s)No-
--allAcknowledge every open anomaly alert in the projectNofalse

Global options

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

Examples

# Acknowledge an anomaly
pgbeam anomalies ack anom_xxx

# Acknowledge several anomalies at once
pgbeam anomalies ack anom_xxx anom_yyy

# Acknowledge every open anomaly
pgbeam anomalies ack --all

Output

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

On this page