superset_query_stop
Terminate a running query in Apache Superset by providing the client ID, preventing unnecessary resource consumption and allowing query management.
Instructions
Stop a running query
Makes a request to the /api/v1/query/stop endpoint to terminate a query that is currently running.
Args: client_id: Client ID of the query to stop
Returns: A dictionary with confirmation of query termination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes |