cURL
curl --request POST \ --url http://localhost:6699/api/v1/analyze/cancel \ --header 'X-License-Key: <api-key>'
{ "message": "Cancellation requested" }
Requests cancellation of any currently running analysis task.
Documentation IndexFetch the complete documentation index at: https://docs.getjumper.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.getjumper.io/llms.txt
Use this file to discover all available pages before exploring further.
Jumper Pro license key passed via header
Cancellation completed
"Cancellation requested"
Was this page helpful?