For AI agents and LLMs: a machine-readable index is available at llms.txt. A plain-Markdown version of any documentation page is available by appending .md to its URL.
Skip to main content
JobsAbort an ongoing job execution immediately.
TestMu AI
StatusCommunityBlog
Jobs

Abort an ongoing job execution immediately.

This API is used to abort a running [Job](https://www.lambdatest.com/support/docs/hyperexecute-status/#1-job-level-status) that is no longer required. You can immediately terminate all associated processes, conserving resources and preventing unnecessary execution.

PUT
/v1.0/job/{number}/abort
Abort an ongoing job execution immediately.
curl --request PUT \
--url "https://api.hyperexecute.cloud/v1.0/job/{number}/abort" \
--header "Authorization: Basic <encoded-value>"
{
"status": "success"
}

Authorizations

Authorizationstringheaderrequired

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

numberstringrequired

Write your Job Number to abort that particular Job

Response

application/json

Successfull Operation

statusstring
Abort an ongoing job execution immediately.
curl --request PUT \
--url "https://api.hyperexecute.cloud/v1.0/job/{number}/abort" \
--header "Authorization: Basic <encoded-value>"
{
"status": "success"
}