Canceling Deployment

How can I cancel a deployment in progress? I deployed via CLI and the instructions in netlify docs do not seem to work for me (there is no cancel deploy button). Any idea what I am doing wrong?

Hi @dmatteson55! Welcome to netlify community.

There’s not a way to cancel a deploy via the CLI.

However, it can be done via our API. You can find the appropriate call following this methodology: [Support Guide] Understanding and using Netlify's API

Basically, you can watch in dev tools to see what we do, and duplicate that call yourself! :slight_smile:

Hope that helps!