v3

latestOpenAPI 3.0.0raw.githubusercontent.com2026-04-023429.2 KB
statements

Cancels the execution of a statement.

Cancels the execution of the statement with the specified statement handle.

post/api/v2/statements/{statementHandle}/cancel

Response

The execution of the statement was successfully canceled.

codestring
sqlStatestring
messagestring
statementHandlestring uuid required
statementStatusUrlstring uri

Example response

{
  "message": "successfully canceled",
  "statementHandle": "536fad38-b564-4dc5-9892-a4543504df6c"
}