Back to Mem0

Pause memory capture

integrations/claude-code-plugin/skills/pause/SKILL.md

2.0.20509 B
Original Source

Pause memory capture

To pause (hooks stop capturing and sending session content; a minimal anonymous telemetry ping still fires at session start unless MEM0_TELEMETRY=false):

bash
python3 "${CLAUDE_PLUGIN_ROOT}/core/memory_cli.py" pause

Confirm the new state back to the user, and remind them that already-created memories still exist and remain searchable. Pending unsent packets are held while paused, not expired, and are delivered after resuming. To turn capture back on, use /mem0:resume.