Archive Memory Cleanup Candidates
Archive user-reviewed cleanup candidates after server-side revalidation.
The client only submits ids from the visible review. The server re-reads the source-of-truth rows and re-runs the cleanup classifier so stale UI state can never archive a memory that was visited, pinned, or otherwise protected after the review was rendered.
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/archive" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}