<!-- GENERATED by docs/scripts/gen-cli-reference — DO NOT EDIT.
Source of truth: the cobra command definitions in cmd/axiom/cmd/.
Regenerate from the repo root with: go run ./docs/scripts/gen-cli-reference -->
axiom memory end
Close a session and trigger memory consolidation
Formally closes a session and enqueues it for memory consolidation.
Consolidation extracts semantic facts from the conversation history. This is a non-destructive operation — the history remains accessible.
Use --yes to skip the confirmation prompt.
Example:
axiom memory end 01HXYZ1234ABCDEFUsage
axiom memory end <session-id> [flags]Flags
| Flag | Shorthand | Type | Default | Description |
|---|---|---|---|---|
--help | -h | bool | help for end | |
--yes | bool | skip confirmation prompt |
See also
- axiom memory — Inspect and manage agent memory for your flows
- Guide: Inspect agent memory