Always reboot the machine after the update completes.
Default
The agent decides if a reboot is necessary by checking signals such as
registry keys on Windows or /var/run/reboot-required on APT based
systems. On RPM based systems, a set of core system package install times
are compared with system boot time.
Never
Never reboot the machine after the update completes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `RebootConfig` enum defines post-patch reboot settings for machines, with options including `Always`, `Never`, `Default`, and `Unspecified`."],["The latest version of `RebootConfig` is 2.4.0, and older versions are also available, ranging down to version 1.3.0."],["The `Default` reboot setting lets the agent determine if a reboot is needed, checking specific system signals, whereas the `Always` and `Never` settings force the machine to either always or never reboot, respectively."],["The `Unspecified` setting defaults to `DEFAULT`, which means the agent will decide whether a reboot is necessary based on the system state after patching."]]],[]]