Skip to main content
Version: 2023.3

Delete Test Execution Service

Description

Deletes a Test Execution Service.

Notes

When deleting a Test Execution Service, it is marked as deleted and the following takes place:

  • The Test Execution Service will not get new execution tasks.
  • Test that are pending/running on the Test Execution Service will be terminated.
  • The status of jobs assigned to the Test Execution Service will be set to terminated with the reason being that the Test Execution Service was deleted.

URL

http://{Job Scheduling API IP}:{port#}/{space_name}/ExecutionServer/{id}

ParameterDescription/Comments
idTest Execution Service's id, which can be retrieved via Get Test Execution Services method.

HTTP method

DELETE

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

200 OK