> ## Documentation Index
> Fetch the complete documentation index at: https://docs2.openclaw.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Resetowanie

# `openclaw reset`

Resetuje lokalny stan/konfigurację (pozostawia zainstalowane CLI).

Opcje:

* `--scope <scope>`: `config`, `config+creds+sessions` lub `full`
* `--yes`: pomija monity o potwierdzenie
* `--non-interactive`: wyłącza monity; wymaga `--scope` i `--yes`
* `--dry-run`: wypisuje działania bez usuwania plików

Przykłady:

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
openclaw backup create
openclaw reset
openclaw reset --dry-run
openclaw reset --scope config --yes --non-interactive
openclaw reset --scope config+creds+sessions --yes --non-interactive
openclaw reset --scope full --yes --non-interactive
```

Uwagi:

* Najpierw uruchom `openclaw backup create`, jeśli chcesz mieć możliwą do przywrócenia migawkę przed usunięciem stanu lokalnego.
* Jeśli pominiesz `--scope`, `openclaw reset` użyje interaktywnego monitu do wyboru, co usunąć.
* `--non-interactive` jest prawidłowe tylko wtedy, gdy ustawiono zarówno `--scope`, jak i `--yes`.

## Powiązane

* [Odwołanie CLI](/pl/cli)
