Skip to main content
DELETE
/
api
/
user
/
kag
/
personal
/
backfill
/
active
Cancel the caller's in-progress personal KAG backfill
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/kag/personal/backfill/active \
  --header 'x-access-token: <api-key>'
{
  "ok": true,
  "cancelled": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

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

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Response

Cancellation applied

ok
boolean
Example:

true

cancelled
integer

Number of in-flight backfill jobs cancelled