Skip to main content
POST
/
analysis-data
/
clear
Delete all analysis data
curl --request POST \
  --url http://localhost:6699/api/v1/analysis-data/clear \
  --header 'Content-Type: application/json' \
  --header 'X-License-Key: <api-key>' \
  --data '
{
  "cache_dir": "<string>"
}
'
{
  "message": "Analysis data cleared"
}

Authorizations

X-License-Key
string
header
required

Jumper Pro license key passed via header

Body

application/json
cache_dir
string
required

Response

Data cleared

message
string
Example:

"Analysis data cleared"

Last modified on February 18, 2026