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

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