Keep Memory Cleanup Candidates
Mark user-reviewed cleanup candidates as intentionally kept.
This is the negative-feedback side of cleanup governance. Dismissing a Timeline card should not make Mem ask about the same rows again next week; it should become an explicit retention signal on the Memory itself. The server still revalidates each id so changed or hidden rows are skipped.
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/keep" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}