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

# comet uninstall

> Safely remove Comet-installed Skills, rules, and hooks while preserving user-owned configuration.

## Basic usage

```bash theme={null}
comet uninstall
```

Comet inspects previously installed targets and removes files it owns. It avoids deleting user customization unless the prompt explicitly asks and you confirm.

## Examples

Remove project-level Comet assets:

```bash theme={null}
comet uninstall --scope project
```

Preview machine-readable output for automation:

```bash theme={null}
comet uninstall --json
```
