vercel remove
The command, which can be shortened to , is used to remove deployments either by ID or for a specific Vercel Project.
You can also remove deployments from the Project Overview page on the Vercel Dashboard.
Using the vercel remove command to remove a
deployment from the Vercel platform.
Using the vercel remove command to remove multiple
deployments from the Vercel platform.
Using the vercel remove command to remove all
deployments for a Vercel Project from the Vercel platform.
By using the project name, the entire Vercel
Project will be removed from the current scope unless the
--safe is used.
These are options that only apply to the command.
The option, shorthand , can be used to skip the removal of deployments with an active preview URL or production domain when a Vercel Project is provided as the parameter.
Using the vercel remove command with the
--safe option.
The option, shorthand , can be used to skip the confirmation step for a deployment or Vercel Project removal.
Using the vercel remove command with the
--yes option.
The following global options can be passed when using the vercel remove command:
For more information on global options and their usage, refer to the options section.
Was this helpful?