> For the complete documentation index, see [llms.txt](https://docs.laravel-haystack.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.laravel-haystack.dev/cleanup/clearing-all-haystacks.md).

# Clearing All Haystacks

If you would like to clear all haystacks from the database, you may use the `haystacks:clear` command. The `haystacks:clear` command accepts no arguments:

```
php artisan haystacks:clear
```
