queue:clear

Delete all of the jobs from the specified queue

Options

  • force - Force the operation to run when in production Optional
  • queue - The name of the queue to clear Optional

Arguments

  • connection - The name of the queue connection to clear Optional
php artisan queue:clear [--queue [QUEUE]] [--force] [--] [<connection>]