Host Files and State
NemoClaw stores host-side configuration, registry metadata, operational state, transient install state, and local backups under ~/.nemoclaw/.
Use this page when you need to identify what a file does before deleting, backing up, or sharing diagnostics.
Do not paste a legacy credentials.json, provider tokens, bot tokens, proxy tokens, or debug archives containing them into chat or issue comments.
Share redacted diagnostics only.
Files
sandboxes.json is the current registry file name.
If you see registry.json in older tests, notes, or discussions, treat it as legacy wording for the sandbox registry unless a specific release note says otherwise.
Directories
Migration Snapshot Retention
The direct blueprint runner accepts these action arguments for migration snapshots:
These fragments are not standalone shell commands, and the host nemoclaw CLI does not expose them.
An integration that invokes the direct runner can use snapshots list first to inspect the available timestamped copies.
snapshots prune keeps the requested number of newest snapshots; --keep 0 removes all of them.
snapshots delete accepts only one timestamped directory directly under ~/.nemoclaw/snapshots/.
Both deletion commands are irreversible: they do not modify a running sandbox, but they remove host state that could otherwise be used for rollback or restore.
Snapshot deletion requires python3 on a POSIX host.
Listing works on native Windows, but deletion does not; use WSL to prune or delete snapshots on Windows.
Uninstall Behavior
nemoclaw uninstall --yes removes active NemoClaw runtime resources but preserves the user data needed for recovery by default.
Preserved entries include rebuild-backups/, backups/, and sandboxes.json.
Preserved sandboxes.json records are not automatically recoverable after reinstall, because uninstall removes the gateway registration, provider registrations, and Docker image they reference; uninstall warns about this at preserve time, and a later reinstall reports such records as not found on their recorded gateway with nemoclaw <name> destroy / nemoclaw onboard remediation.
Interactive uninstall prompts before removing preserved state.
For non-interactive runs, pass --destroy-user-data only when you accept losing local registry metadata and backups.
For operational uninstall steps, refer to: