pool_push_image
Apply a pending image to an instant-clone pool, recreating every desktop. Preview affected desktops and in-session users before confirming the rollout.
Instructions
[WRITE] Apply the pending image to an instant-clone pool — RECREATES EVERY DESKTOP in it.
Highest blast radius in the family: the preview states affected-desktop and in-session-user counts before you confirm. confirm=True schedules the apply. Audited.
Args: pool_id: The pool id (from pool_list). stop_on_error: Halt the rolling push on the first machine error (default True). logoff_policy: WAIT_FOR_LOGOFF (default) or FORCE_LOGOFF. confirm: False previews the blast radius; True schedules the push. target: Horizon target from config.yaml; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| confirm | No | ||
| pool_id | Yes | ||
| logoff_policy | No | WAIT_FOR_LOGOFF | |
| stop_on_error | No |