Snowflake · Arazzo Workflow
Snowflake Cancel a Running SQL Statement
Version 1.0.0
Submit a SQL statement asynchronously, then cancel its execution by handle.
View Spec
View on GitHub
SnowflakeDataData WarehouseData LakehouseCloud Data PlatformAnalyticsArtificial IntelligenceData EngineeringData GovernanceSQLApache IcebergMCPT1ArazzoWorkflows
Provider
Workflows
cancel-running-statement
Launch a SQL statement asynchronously and cancel it by its statement handle.
Submits a SQL statement with async execution to obtain a statement handle, then calls cancelStatement against that handle to stop the execution.
1
submitAsync
Submit the statement asynchronously so the API returns a 202 with the statement handle to cancel.
2
cancelStatement
Cancel the execution of the statement identified by the handle. A 200 indicates the execution was successfully canceled.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.