Applications Deployments

Cancel deployment

Cancels a running deployment after verifying that the referenced project belongs to the authenticated organization. Use this when a build is stuck, misconfigured, or no longer needed.

post/applications/v1/deployments/{id}/cancel

Path parameters

idstring required

Deployment ID

Request body

projectIdstring required

Project ID used to verify access to the deployment

Response

Deployment canceled successfully

Changes