Skip to main content
SessionStop a running test session (server 2)
TestMu AI
StatusCommunityBlog
Session

Stop a running test session (server 2)

Stops a running test session using its test_id

PUT
/sessions/{test_id}/stop
Stop a running test session (server 2)
curl --request PUT \
--url "https://manual-api.lambdatest.com/sessions/{test_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

test_idstringrequired

The ID of the session (test) to stop.

Response

application/json

Test Session stopped successfully.

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