Update recurring job
recurringjob_updateModify a Longhorn recurring job's schedule, task, retention, and other settings. Omitted fields stay unchanged; lowering retention may prune existing backups.
Instructions
Update an existing Longhorn recurring job. Fields you omit are left unchanged (read-merge-write under the hood — the API itself does a full replace on PUT). Lowering retain can prune existing snapshots/backups beyond the new limit. Destructive. Do not call this unless the user has explicitly authorized it in this conversation — never proactively, speculatively, or as a side effect of another task. Longhorn docs: https://longhorn.io/docs/1.12.1/snapshots-and-backups/scheduling-backups-and-snapshots/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | No | ||
| name | Yes | ||
| task | No | ||
| groups | No | ||
| labels | No | ||
| retain | No | ||
| parameters | No | ||
| concurrency | No |