Skip to main content
DELETE
/
api
/
user
/
institution
/
{id}
/
kag
/
backfill
/
active
Cancel a Digital Twin's in-progress KAG backfill
curl --request DELETE \
  --url https://pria.praxislxp.com/api/user/institution/{id}/kag/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

Path Parameters

id
string
required

Institution (Digital Twin) id

Response

Cancellation applied

ok
boolean
Example:

true

cancelled
integer

Number of in-flight backfill jobs cancelled