How do I restart an aborted deployment?
When a deployment has been aborted, it is possible to retry the deployment directly from the deployment log, by clicking "retry deployment" at the bottom of the page:
![]()
Retry via API
You can also retry deployments programmatically using the DeployHQ API. This is useful for automating retry procedures or integrating retries into your CI/CD pipeline.
See the Retry a deployment via API documentation for details on how to use the API endpoint.