runtime activate
Activates a staged runtime, making it the current active runtime. The ID can be specified as a prefix as long as it is unambiguous.
The activation process:
- Resolves the runtime by ID prefix.
- If the runtime includes an OS bundle with a different
os_build_idthan the running system, an OS update is applied and a reboot is required. - If no OS change is needed, the
activesymlink is atomically switched and extensions are refreshed.
See Activation Process for full details.
avocadoctl runtime activate [OPTIONS] <ID>
Arguments
| Argument | Description |
|---|---|
ID | Runtime ID or unambiguous prefix |
Examples
# Activate by full ID
avocadoctl runtime activate a1b2c3d4e5f6
# Activate by ID prefix
avocadoctl runtime activate a1b2