Skip to main content
PATCH
/
activeviam
/
query-history
/
rest
/
v1
/
query
/
{id}
Cancel a running query.
curl --request PATCH \
  --url http://localhost:9090/activeviam/query-history/rest/v1/query/{id} \
  --header 'Content-Type: application/json' \
  --data '{}'
"<string>"

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

id
string
required

ID of the query to cancel.

Body

application/json
status
enum<string>
required
Available options:
CANCELLED,
FAILED,
RUNNING,
SUCCESSFUL

Response

Query cancelled successfully.

The response is of type string.