PgBeam Docs
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

OptionDescriptionRequiredDefault
<id>Anomaly alert IDYes-

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_xxx

Output

Confirms the anomaly was acknowledged.

On this page