PgBeam Docs
anomalies

anomalies resolve

Resolve an anomaly alert

Resolve an anomaly-detection alert by ID. Marks the alert as resolved, indicating the underlying issue has been addressed.

Usage

pgbeam anomalies resolve <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

# Resolve an anomaly
pgbeam anomalies resolve anom_xxx

Output

Confirms the anomaly was resolved.

On this page