Cancel Jobs

To cancel a queued or running job, you can either use the web interface of TestEngine or send a request to the TestEngine API using curl, ReadyAPI, or any other similar tool.

Using API

Use the following operation:

DELETE  http://<testengine-host>:8080/api/v1/testjobs/{testjobId}

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

Using Web UI

  1. Go to the home page of the TestEngine:

    http://<testengine-host>:<port>/

    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/
  2. Click Cancel test job next to the needed running or queued job:

    Cancel a test job in the TestEngine web interface

See Also

Publication date: