check_for_update
Check whether a Tdarr update is available. Optionally download and apply the update, then relaunch the server after applying to activate the new version.
Instructions
Check whether a Tdarr update is available (POST /api/v2/updater/check). Defaults to a check only. Set download_update to fetch the update, and apply_update to install it — applying an update requires calling relaunch_server afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply_update | No | Apply a downloaded update (default false). Requires a relaunch afterwards. | |
| reset_updater | No | Reset a stuck updater state before checking (default false) | |
| download_update | No | Download the new version if one is available (default false) |