Cancel a build with the Vercel CLI

I am using the Vercel CLI to deploy/build project. It works as advertised!

Sometimes I need to cancel a build and start a new one.

Does the Vercel CLI allow me to cancel a running build and start another one? Can’t seem to find anything discussing this issue. I know there is a cancel button in the UI dashboard. Is there not one in the CLI?

Thank you

1 Like

This isn’t currently supported in the Vercel CLI, but you can do it with the Vercel SDK if you want to make a small custom script

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.