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}
See details on SwaggerHub in the ReadyAPI TestEngine API – Cancel Test Job section.
Using Web UI
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/
Click
next to the needed running or queued job: