pause_persistence
Pause write operations on this MCP server for a configurable time window to prevent memory contamination during testing or exploration. Writes return no-op responses while reads remain unaffected.
Instructions
Pause write operations on this MCP server for an opt-in TTL window. While paused, all write tools (store, archive_episode, update/delete/lock/unlock_memory, update_profile, import_memories, merge_memories, calibrate_threshold) return no-op responses with persisted: false and id: "no-persist" instead of writing to the database. Read tools (recall, list_*, get_profile, etc.) are unaffected. This affects only this MCP server (cpersona). Call cscheduler's pause_persistence too if you want both paused. Use for benchmarking, AB testing, or ephemeral exploration where memory contamination must be avoided. Default TTL: 1800 seconds (30 minutes); upper bound: 86400 seconds (1 day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ttl_seconds | No | TTL until automatic resume. Min 1, max 86400 (clamped). Default 1800. |