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