Public beta — not for production use. Data may be wiped at any time. Questions? Contact us.
Documentation menu

axiom memory rm

Delete a session or all memory for a flow

View as Markdown
<!-- 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 rm

Delete a session or all memory for a flow

Delete a session or, with --flow and --all, delete all memory for a flow.

axiom memory rm <session-id>           deletes a single session
axiom memory rm --flow <id> --all      deletes all memory for the flow

All data is permanently deleted. Use --yes to skip the confirmation prompt.

Examples:

axiom memory rm 01HXYZ1234ABCDEF
axiom memory rm --flow my-flow-id --all

Usage

axiom memory rm [<session-id>] [flags]

Flags

FlagShorthandTypeDefaultDescription
--allbooldelete all memory for the specified flow
--flowstringflow ID (use with --all to delete all flow memory)
--help-hboolhelp for rm
--yesboolskip confirmation prompt

See also