php bin/console messenger:failed:remove

Remove given messages from the failure transport

Usage

messenger:failed:remove [--all] [--force] [--transport [TRANSPORT]] [--show-messages] [--] [<id>...]

Arguments

id   Specific message id(s) to remove 

Options

      --all             Remove all failed messages from the transport 
      --force           Force the operation without confirmation 
      --transport       Use a specific failure transport 
      --show-messages   Display messages before removing it (if multiple ids are given) 

Help

The messenger:failed:remove removes given messages that are pending in the failure transport.

    php bin/console messenger:failed:remove {id1} [{id2} ...]

The specific ids can be found via the messenger:failed:show command.

You can remove all failed messages from the failure transport by using the "--all" option:

    php bin/console messenger:failed:remove --all