Reset
remoteclaw reset
Reset local config/state (keeps the CLI installed).
remoteclaw resetremoteclaw reset --dry-runremoteclaw reset --scope config --yes --non-interactiveremoteclaw reset --scope config+creds+sessions --yes --non-interactiveremoteclaw reset --scope full --yes --non-interactiveOptions
--scope <scope>:config,config+creds+sessions, orfull--yes: skip confirmation prompts--non-interactive: disable prompts; requires--scopeand--yes--dry-run: print actions without removing files
Scopes
| Scope | Removes | Stops gateway first |
|---|---|---|
config | config file only | no |
config+creds+sessions | config file, OAuth/credentials dir, per-agent session directories | yes |
full | state dir (including config/creds if nested inside it) plus workspace dirs and workspace attestations | yes |
config+creds+sessions and full stop a running managed gateway service before deleting state.
Notes
- Run
remoteclaw backup createfirst for a restorable snapshot before removing local state. - Without
--scope,remoteclaw resetprompts interactively for the scope to remove. --non-interactiveis only valid when both--scopeand--yesare set.config+creds+sessionsandfullprintNext: remoteclaw onboard --install-daemonwhen done.