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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt

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

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Response

Cancellation completed

message
string
Example:

"Cancellation requested"

Last modified on February 20, 2026