Command Palette

Search for a command to run...

vercel_rollback

Revert production deployments to previous versions

Syntax
vercel rollback [deployment-id or url]
Options
Available flags and parameters for this command
--timeout

Wait time for completion (0 = exit immediately)

Examples
Common usage examples
vercel rollback
vercel rollback https://example-prev.vercel.app
vercel rollback dpl_abc123 --timeout=0
Use Cases
When to use this command
  • Quick incident recovery
  • Revert breaking changes
  • Production restoration