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

# clean

The `morph clean` command is used to clear compile and cache files on a project.

It can be used to clean up hidden files and other files in the project once when internal errors occur or when compilation does not work.

```bash Shell theme={"dark"}
morph clean
```

<ParamField body="--force" type="boolean" requered={false}>
  With this option is specified, all directories, including `frontend`, will be deleted from the hidden files (`.morph/` directory) at the project root.
</ParamField>
