Skip to content
Dashboard

Manage Vercel Firewall in the CLI

Engineering Intern
vercel firewall rules add --ai "Rate limit /api to 100 requests per minute by IP"
vercel firewall ip-blocks block 1.2.3.4
vercel firewall system-bypass add 10.0.0.1
vercel firewall attack-mode enable --duration 1h
vercel firewall system-mitigations pause

Manage Vercel Firewall functionality from the CLI

npx skills add vercel/vercel-plugin --skill vercel-firewall

Install the Vercel Firewall skill.