Create account cron job
hosting_createAccountCronJobV1Creates a cron job for a Hostinger account using a schedule expression and command, returning the job's UID for later management.
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 |