Remove Jobs
To remove completed jobs from the TestEngine database, use the following operations:
Remove a single job
Using API
DELETE http://<testengine-host>:8080/api/v1/testjob/{testjobId}/delete
See details on SwaggerHub in the ReadyAPI TestEngine API – Delete Test Job section.
Example
Using Web UI
Go to the Run History page of the TestEngine:
http://<testengine-host>:<port>/run-history
For example, if TestEngine is installed on your local machine and you run it on the default port, use the following link:
http://localhost:8080/run-history
Click
next to the needed finished or canceled job:
Remove several jobs
DELETE http://<testengine-host>:8080/api/v1/testjobs[?before=YYYY-MM-DDThh:mm:ssZ]
See details on SwaggerHub in the ReadyAPI TestEngine API – Delete All Test Jobs section.
Examples
Delete test jobs completed before June 1, 2019, 17:00
Delete test jobs exceeding specified limits
Before you perform this action, you might want to set the the Configure TestEngine.
and options. To learn how to do this, see