A
WP Crontrol Automation

Add and remove custom cron schedules

Add and remove custom cron schedules.

What it does

Add and remove custom cron schedules. It is one of the abilities the WP Crontrol plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

wp-crontrol.add-and-remove-custom-cron-schedules
{
  "ability": "wp-crontrol.add-and-remove-custom-cron-schedules",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More WP Crontrol abilities

All WP Crontrol abilities β†’
E
Edit, delete, pause, resume, and immediately run cron events
WP Crontrol
Edit, delete, pause, resume, and immediately run cron events.
A
Add new cron events
WP Crontrol
Add new cron events.
B
Bulk delete cron events
WP Crontrol
Bulk delete cron events.
E
Export and download cron event lists as a CSV file
WP Crontrol
Export and download cron event lists as a CSV file.
I
Improve reliability : Address missed or failed cron events,
WP Crontrol
Improve reliability : Address missed or failed cron events, ensuring your website or WooCommerce store continues to function as expected.