Pull anomaly alert details using the Vercel CLI
Vercel has introduced a new feature that allows users to access anomaly alerts through the Vercel CLI. The 'vercel alerts' command enables users to list alerts for specific teams or projects, providing details such as start time and alert type. Additionally, the AI investigation results can be viewed alongside each alert, streamlining the process of managing alerts directly from the terminal.
- ▪Users can access anomaly alerts directly through the Vercel CLI.
- ▪The 'vercel alerts' command lists all alerts for a team or project.
- ▪AI investigation results can be displayed alongside each alert.
Opening excerpt (first ~120 words) tap to expand
1 min readCopy URLMay 21, 2026You 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 --aiShows alert details with AI investigation results inline.Available on Observability Plus.Learn more about vercel alerts in the CLI documentation.
Excerpt limited to ~120 words for fair-use compliance. The full article is at Vercel Blog.