hosting_createAccountCronJobV1
Create a cron job for a hosting account by providing a schedule expression and command. Returns the job's uid 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 |