## Documentation Index

Fetch the complete documentation index at: [/llms.txt](https://docs.entire.io/llms.txt)

Use this file to discover all available pages before exploring further.

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

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

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.
