Skip to main content
Version: Next

Cancel a running async query job

POST 

/api/v1/async_event/:job_id/cancel

Revokes the Celery task backing an in-flight async query. The caller is authorized against the job's original owner (channel and user), both resolved server-side from the request, so a client cannot cancel a job it did not submit.

Request

Responses

Job cancelled