Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:3000/v1/admin/sweeps/optimize \ --header 'Content-Type: application/json' \ --data ' { "dry_run": false, "date": "<string>" } '
{ "success": true, "dry_run": true, "plan": { "moves_count": 123, "sweeps_to_cancel": 123, "estimated_savings": 123, "moves": [ { "from_sweep_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "to_sweep_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "items_count": 123, "reason": "<string>" } ] }, "executed": true, "moved_items": 123, "cancelled_sweeps": 123 }
Runs the sweep optimization algorithm to consolidate under-threshold sweeps.
^\d{4}-\d{2}-\d{2}$
Optimization result
Show child attributes