Skip to main content
PUT
/
quantum-jobs
/
cancel
/
:id
cURL
curl --request PUT \
  --url https://api.qbraid.com/api/quantum-jobs/cancel/:id \
  --header 'api-key: <api-key>'
{
  "message": "Cancel job request validated"
}

Documentation Index

Fetch the complete documentation index at: https://docs.qbraid.com/llms.txt

Use this file to discover all available pages before exploring further.

{
  "message": "Cancel job request validated"
}

Authorizations

api-key
string
header
required

Authenticate requests using an API key linked to your qBraid account. Obtain your key by registering or logging in at account.qbraid.com.

Path Parameters

id
string
required

The ID of the job to cancel (provided upon job creation).

Response

Job cancellation initiated successfully