Skip to main content
PATCH
/
activeviam
/
pivot
/
rest
/
v10
/
cube
/
query
/
running
/
{cubeName}
/
{queryId}
Cancels a running query by its ID on a specific cube (Experimental).
curl --request PATCH \
  --url http://localhost:9090/activeviam/pivot/rest/v10/cube/query/running/{cubeName}/{queryId}

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

cubeName
string
required

The name of the cube

queryId
integer<int64>
required

The ID of the query to cancel

Response

Query successfully cancelled