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

# clean

> Remove compiled artifacts from the target directory.

# sqb clean

Removes the `target/` directory containing compiled artifacts, runtime SQL recordings, and other build outputs.

## Usage

```bash theme={null}
sqb --project-dir <path> clean
```

No flags. This command has no confirmation prompt since it only removes local build artifacts, not warehouse data.
