Canceling Deployment

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!