Build›
Build
Stop a running build (server 2)
Stops the execution of a running build using its build_id.
PUT
/builds/{build_id}/stop
Authorizations
Authorizationstringheaderrequired
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
build_idintegerrequired
The ID of the build to stop.
Response
application/jsonBuild stopped successfully.