Langsung ke konten utama

openclaw reset

Atur ulang konfigurasi/status lokal (tetap mempertahankan CLI terinstal). 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:
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 menyertakan --scope, openclaw reset menggunakan prompt interaktif untuk memilih apa yang akan dihapus.
  • --non-interactive hanya valid jika --scope dan --yes sama-sama ditetapkan.