Hi @kaleu_87
Deleting completed jobs in the Action Scheduler can be performed using a couple of methods. However, please note that this should be done with caution as it could potentially interrupt ongoing tasks.
- If you have access to WP-CLI on your server, you can use it to delete completed actions. This is the command you would use to delete all completed jobs:
wp action-scheduler delete all --status=complete
2. You can also delete completed actions through the Action Scheduler’s admin UI (WooCommerce → Status → Complete) by selecting all, but this will only delete 10 at a time.
Before proceeding with either method, we strongly recommend taking a full backup of your website.
I hope this helps!