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
| Option | Description | Required | Default |
|---|---|---|---|
<id> | Anomaly alert ID(s) | No | - |
--all | Acknowledge every open anomaly alert in the project | No | false |
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 --allOutput
Confirms each anomaly was acknowledged; bulk runs end with an acknowledged/failed summary and exit non-zero if any update failed.