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

Reset config/status lokal (CLI tetap terpasang).

Opsi:

* `--scope <scope>`: `config`, `config+creds+sessions`, atau `full`
* `--yes`: lewati prompt konfirmasi
* `--non-interactive`: nonaktifkan prompt; memerlukan `--scope` dan `--yes`
* `--dry-run`: cetak tindakan tanpa menghapus file

Contoh:

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

Catatan:

* Jalankan `openclaw backup create` terlebih dahulu jika Anda menginginkan snapshot yang dapat dipulihkan sebelum menghapus status lokal.
* Jika Anda tidak memberikan `--scope`, `openclaw reset` menggunakan prompt interaktif untuk memilih apa yang akan dihapus.
* `--non-interactive` hanya valid saat `--scope` dan `--yes` sama-sama diatur.

## Terkait

* [Referensi CLI](/id/cli)
