Skip to main content
DELETE
/
activeviam
/
pivot
/
rest
/
v10
/
cube
/
query
/
continuous-gaq
/
publisher
/
stop
Stop GAQ publisher
curl --request DELETE \
  --url http://localhost:9090/activeviam/pivot/rest/v10/cube/query/continuous-gaq/publisher/stop \
  --header 'Content-Type: application/json' \
  --data '
{
  "publisherId": "<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.

Body

application/json

Stop receiving Get Aggregates Queries updates on this publisher

publisherId
string

Id of the publisher to stop

Response

200

Stopped publisher successfully