Create or update a Lucky cron job
lucky_upsert_cron_jobCreate or update a scheduled cron job in Lucky using a cron expression and shell/HTTP command. Idempotent by name or key, ensuring no duplicate jobs.
Instructions
Idempotent by name (or key). expression is a cron spec; command is the shell/http payload Lucky should run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| name | Yes | ||
| type | No | ||
| command | Yes | ||
| enabled | No | ||
| expression | Yes |