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

# curator:clean

> Remove demo data from the Curator instance

Removes demo data from the Curator instance. This deletes seeded dashboards, filters, parameters, and menus, then
runs `winter:fresh --force` and removes installation files.

**Arguments:** None

**Example:**

```bash theme={null}
php artisan curator:clean
```
