Create account cron job
hosting_createAccountCronJobV1Create a scheduled cron job for a hosting account by providing a cron schedule expression and command. Returns the job's unique ID for later deletion or output retrieval.
Instructions
Creates a cron job for the specified account from a schedule expression and a command.
Returns the created cron job, including its uid, which is required to delete the cron job or fetch its output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| time | Yes | Cron schedule expression (for example "0 2 * * *" runs daily at 02:00). | |
| command | Yes | Command to execute on the schedule. | |
| username | Yes | username parameter |