Command Palette

Search for a command to run...

vercel_redeploy

Rebuild and redeploy existing deployment

Syntax
vercel redeploy [deployment-id or url] [options]
Options
Available flags and parameters for this command
--no-wait

Exit immediately without waiting

--target

Specify target environment

Examples
Common usage examples
vercel redeploy https://example-app.vercel.app
vercel redeploy dpl_abc123 --no-wait
vercel redeploy https://example.vercel.app --target=staging
Use Cases
When to use this command
  • Rebuild with new variables
  • Environment redeployment
  • CI/CD automation