Skip to main content
POST
/
api
/
filters.backfillCancel
Cancel running backfill task
curl --request POST \
  --url https://your-instance.example.com/api/filters.backfillCancel
{
  "success": true
}

Query Parameters

task_id
string
required

Response

200 - application/json
success
boolean
required
Example:

true