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

# clean

> Remove all .graph.* files from the repository

Removes every `.graph.*` sidecar file from the repository.

## Synopsis

```bash theme={null}
supermodel clean [path] [flags]
```

## Flags

| Flag         | Description                                 |
| ------------ | ------------------------------------------- |
| `--dry-run`  | Show what would be removed without removing |
| `-h, --help` | Help for clean                              |

## Examples

```bash theme={null}
supermodel clean
supermodel clean --dry-run
supermodel clean ./my-project
```
