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:

{screenshot: 525}

## 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](/support/api/deployments/retry-deployment-api) documentation for details on how to use the API endpoint.