Cancel Jobs

Applies to TestEngine 1.30, last modified on March 19, 2024

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}

Authentication

The request must be authenticated by a TestEngine user.
Note: If you authenticate as a non-admin user, you will be able to cancel only test jobs that you have started. If you authenticate as an administrator, you will be able to cancel any test job in TestEngine.

See details on SwaggerHub.

Example

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:

  2. Click Cancel test job next to the needed running or queued job:

    Cancel a test job in the TestEngine web interface

    Click the image to enlarge it.

See Also

Remove Jobs
Get Results
Run Tests

Highlight search results