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

# truss cleanup

> Clean up Truss data.

```sh theme={"system"}
truss cleanup [OPTIONS]
```

Clears temporary directories created by Truss for operations like building Docker images. Use this to free up disk space.

**Example:**

Clean up temporary Truss data:

```sh theme={"system"}
truss cleanup
```

This command produces no output on success. Temporary files are removed from `~/.truss/`.
