Command Palette

Search for a command to run...

vercel_cache

Manage CDN and Data cache for projects

Syntax
vercel cache [subcommand] [options]
Subcommands
Available subcommands for this command
purge

Remove all CDN and Data cache

invalidate

Mark cache stale (revalidates in background)

dangerously-delete

Immediate cache removal (blocks during revalidation)

Use Cases
When to use this command
  • Clear CDN cache
  • Invalidate data cache
  • Force content refresh
  • Cache management