Skip to main content
BuildStop a running build (server 2)
TestMu AI
StatusCommunityBlog
Build

Stop a running build (server 2)

Stops the execution of a running build using its build_id.

PUT
/builds/{build_id}/stop
Stop a running build (server 2)
curl --request PUT \
--url "https://manual-api.lambdatest.com/builds/{build_id}/stop" \
--header "Authorization: Basic <encoded-value>"

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/json

Build stopped successfully.

Stop a running build (server 2)
curl --request PUT \
--url "https://manual-api.lambdatest.com/builds/{build_id}/stop" \
--header "Authorization: Basic <encoded-value>"