Docs / Deploys

Cancel deploy

Partial support

You can cancel an in-flight deploy from the dashboard or API. The platform marks the deploy as canceled and attempts to kill the build process and remove a candidate container if one was started.

Limitations

  • Docker image build stages already completed may not be fully reverted immediately.
  • If the candidate already passed health checks and swapped, cancel does not apply — use rollback instead.
  • Very fast deploys may finish before cancel takes effect.