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

go.gifSee details on SwaggerHub in the ReadyAPI TestEngine API – Delete Test Job section.

Example

Using Web UI

  1. 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
  2. Click Remove the test job next to the needed finished or canceled job:

    Remove a test job in the TestEngine web interface

Remove several jobs

DELETE  http://<testengine-host>:8080/api/v1/testjobs[?before=YYYY-MM-DDThh:mm:ssZ]

go.gifSee 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 Maximum days to keep and Maximum jobs to keep options. To learn how to do this, see Configure TestEngine.

See Also

Publication date: