Queue Memory Cleanup Compaction
Queue semantic compaction for user-reviewed cleanup candidates.
This is deliberately not an automatic merge. It re-reads each submitted memory id, re-runs the cleanup classifier, and only queues the bounded Memory Compaction task for rows still in the semantic-review lane.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/agent/trigger/memory-cleanup/compaction" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}