Skip to main content
POST
/
analyze
/
cancel
Cancel running analysis
curl --request POST \
  --url http://localhost:6699/api/v1/analyze/cancel \
  --header 'X-License-Key: <api-key>'
{
  "message": "Cancellation requested"
}

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

200 - application/json

Cancellation requested

message
string
Example:

"Cancellation requested"

Last modified on February 18, 2026