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