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

# disable

> Remove Entire hooks from a repository. This stops session capture but preserves existing session data.

Remove Entire hooks from a repository. This stops session capture but preserves existing session data.

```bash theme={null}
entire disable [flags]
```

| Flag          | Description                                                             |
| ------------- | ----------------------------------------------------------------------- |
| `--force`     | Skip confirmation prompt (use with `--uninstall`)                       |
| `--project`   | Update `.entire/settings.json` instead of `.entire/settings.local.json` |
| `--uninstall` | Completely remove Entire from this repository                           |

<Note>
  Disabling Entire does not delete your session history. You can re-enable at any time with `entire enable`. Use `--uninstall` to completely remove Entire from the repository.
</Note>
