Jobs /
Abort job build
Aborts the given job build
Required permission
Project > Jobs > Deployment > Deploy Build
Path parameters
projectId
string requiredID of the projectjobId
string requiredID of the jobbuildId
string requiredID of the job build
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/projects/{projectId}/jobs/{jobId}/build/{buildId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}