Skip to main content
PATCH
/
activeviam
/
query-history
/
rest
/
v1
/
queries
Cancel all running queries.
curl --request PATCH \
  --url http://localhost:9090/activeviam/query-history/rest/v1/queries \
  --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.

Query Parameters

status
enum<string>
required

Filter parameter that must be set to 'RUNNING' to target running queries.

Available options:
CANCELLED,
FAILED,
RUNNING,
SUCCESSFUL

Body

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

Response

All running queries cancelled successfully.

The response is of type string.