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

# Redefinir

# `openclaw reset`

Redefine a configuração/estado local (mantém a CLI instalada).

Opções:

* `--scope <scope>`: `config`, `config+creds+sessions` ou `full`
* `--yes`: ignora prompts de confirmação
* `--non-interactive`: desabilita prompts; exige `--scope` e `--yes`
* `--dry-run`: imprime ações sem remover arquivos

Exemplos:

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

Observações:

* Execute `openclaw backup create` primeiro se quiser um snapshot restaurável antes de remover o estado local.
* Se você omitir `--scope`, `openclaw reset` usa um prompt interativo para escolher o que remover.
* `--non-interactive` só é válido quando `--scope` e `--yes` estão definidos.

## Relacionado

* [Referência da CLI](/pt-BR/cli)
