anomalies
anomalies ack
Acknowledge an anomaly alert
Acknowledge an anomaly-detection alert by ID. Marks the alert as acknowledged, indicating it has been seen and is being handled.
Usage
pgbeam anomalies ack <id>Options
| Option | Description | Required | Default |
|---|---|---|---|
<id> | Anomaly alert ID | Yes | - |
Global options
All global options (--token, --profile,
--project, --org, --json, --no-color, --debug) are also available on
this command.
Examples
# Acknowledge an anomaly
pgbeam anomalies ack anom_xxxOutput
Confirms the anomaly was acknowledged.