Skip to main content
PATCH
Cancel a running query.

Path Parameters

id
string
required

ID of the query to cancel.

Body

application/json
status
enum<string>
required
Available options:
CANCELLED,
FAILED,
RUNNING,
SUCCESSFUL

Response

Query cancelled successfully.

The response is of type string.