agency-hosting_createAgencyPlanWebsiteCronJobV1
Creates a cron job for an Agency Plan website from a schedule expression and command. Returns the cron job UUID for deletion.
Instructions
Creates a cron job for an Agency Plan website from a schedule expression and a command.
Returns the created cron job, including its uuid, which is required to delete the cron job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Cron schedule expression (standard 5-field crontab syntax). | |
| command | Yes | Command to run on the schedule. Must not contain pipe (|) or redirection (<, >) characters. | |
| website_uid | Yes | Agency Plan website UID |