Skip to content

Pull anomaly alert details using the Vercel CLI

Julia ShiSoftware Engineer

1 min read

You can now access anomaly alerts and their details directly through the Vercel CLI.

With the vercel alerts command, you can list all alerts for a team or given project. For each alert, you can view the start time, the type of alert, and whether or not the alert is still active.

With the --ai option, the AI investigation results appear alongside each alert. You and your agent can act on alerts without leaving the terminal.

vercel alerts --ai

Shows alert details with AI investigation results inline.

Available on Observability Plus.

Learn more about vercel alerts in the CLI documentation.