Cancel all running queries.
Cancel all running queries.
Cancels all currently running queries.
This operation will attempt to stop the execution of all queries with RUNNING status and update their status to CANCELLED. If some queries cannot be cancelled, the operation will continue with the remaining queries.
PATCH
Cancel all running queries.
Query Parameters
Filter parameter that must be set to 'RUNNING' to target running queries.
Available options:
CANCELLED, FAILED, RUNNING, SUCCESSFUL Body
application/json
Available options:
CANCELLED, FAILED, RUNNING, SUCCESSFUL Response
All running queries cancelled successfully.
The response is of type string.