Skip to main content
Stop Screenshot TestStop specified screenshot test
TestMu AI
StatusCommunityBlog
Stop Screenshot Test

Stop specified screenshot test

Stop specified screenshot test

PUT
/stop/{test_id}
Stop specified screenshot test
curl --request PUT \
--url "https://api.lambdatest.com/screenshots/v1/stop/{test_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test stopped successfully"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

test_idstringrequired

Test ID that details you want to stop

Response

application/json

successful operation

messagestring
Stop specified screenshot test
curl --request PUT \
--url "https://api.lambdatest.com/screenshots/v1/stop/{test_id}" \
--header "Authorization: Basic <encoded-value>"
{
"message": "Test stopped successfully"
}