Cancel build
- Print
- PDF
Cancel build
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
Cancel SourceBuild project build.
Request
API URL
DELETE {SOURCEBUILD_API_URL}/project/{projectId}/build
Request parameters
Category | Type | Description | Remarks |
---|---|---|---|
projectId | string | Project ID | Get with projectList API |
Request query
None
Request body
{
"buildId": string
}
Category | Required | Type | Default | Description | Remarks |
---|---|---|---|---|---|
buildId | Y | string | Build ID to cancel | Get with buildhistorylist API |
Response
Response body
{}
Was this article helpful?