Admin
Scavenge a node
Scavenge reclaims disk space by rewriting database chunks, minus the events to delete, and then deleting the old chunks.
post/admin/scavenge
Query parameters
threadsinteger
The number of threads to run the scavenge operation on (max 4).
thresholdinteger
The threshold to use during the scavenge.
throttlePercentinteger
When set to 100 the scavenge will run at full speed. When set to 50 the scavenge will take twice as long by pausing at regular intervals. This allows it to be run with less impact on the server.
syncOnlyboolean
When true, prevents a new scavenge point from being written.
Response
OK