hosting_createAccountCronJobV1
Schedule a cron job for a Hostinger account by providing a cron expression and command. Returns the cron job UID for 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 |