Preview Archive Memory Cleanup Candidates
Preview archive action effects without mutating Memory state.
This endpoint exists separately from the mutating route so live release
gates can safely probe action semantics even if they accidentally target an
older server that does not understand the dry_run request field.
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/preview" \ -H "Content-Type: application/json" \ -d '{}'{}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}