Check for System Updates
truenas_check_updatesCheck for available TrueNAS base-OS updates and see if a reboot is pending. Reports current version, candidate update, and release notes when available.
Instructions
Check whether a TrueNAS base-OS (system) update is available, and whether the system is waiting on a reboot. Reports the current version and, if an update exists, the candidate version and release notes. Note: this covers the TrueNAS OS only — it does NOT check for app/catalog updates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown = compact human-readable summary; json = full structured data | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| train | Yes | ||
| new_version | Yes | ||
| reboot_reasons | Yes | ||
| current_version | Yes | ||
| reboot_required | Yes | ||
| update_available | Yes | ||
| release_notes_url | Yes |