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}

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