cURL
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" }
Permanently deletes all files inside the analysis folder. As a safety measure, the folder name must contain “cache”, “analysis”, or “jumper”.
Jumper Pro license key passed via header
Data cleared
"Analysis data cleared"
Was this page helpful?