Session›
Session
Stop a running test session (server 2)
Stops a running test session using its test_id
PUT
/sessions/{test_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
test_idstringrequired
The ID of the session (test) to stop.
Response
application/jsonTest Session stopped successfully.