> ## 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.

# Reset

# `openclaw reset`

Lokale Konfiguration/Status zurücksetzen (die CLI bleibt installiert).

Optionen:

* `--scope <scope>`: `config`, `config+creds+sessions` oder `full`
* `--yes`: Bestätigungsabfragen überspringen
* `--non-interactive`: Eingabeaufforderungen deaktivieren; erfordert `--scope` und `--yes`
* `--dry-run`: Aktionen ausgeben, ohne Dateien zu entfernen

Beispiele:

```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
```

Hinweise:

* Führen Sie zuerst `openclaw backup create` aus, wenn Sie vor dem Entfernen des lokalen Status einen wiederherstellbaren Snapshot möchten.
* Wenn Sie `--scope` weglassen, verwendet `openclaw reset` eine interaktive Eingabeaufforderung, um auszuwählen, was entfernt werden soll.
* `--non-interactive` ist nur gültig, wenn sowohl `--scope` als auch `--yes` gesetzt sind.

## Verwandt

* [CLI-Referenz](/de/cli)
