The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
9.x
queue:flush
🖥
queue:flush
Flush all of the failed queue jobs
Options
hours
- The number of hours to retain failed job data
Optional
php artisan queue:flush [--hours [HOURS]]
Click to copy