Skip to content

Command Line Tools

wheels deploy accessory reboot

Stop, remove, and re-run the named accessory container. Useful after bumping the image tag in deploy.yml.

wheels deploy accessory reboot <name|all> [--destination=<name>] [--dry-run]
FlagDescription
<name>Required positional. Accessory name, or all to fan out.
--destination=<name>Overlay destination config.
--dry-runPrint commands without executing.

Per accessory: docker stop <service>-<name>, docker rm <service>-<name>, then the same docker run as accessory boot. Downtime lasts until the new container passes its health check (if declared).

Example
wheels deploy accessory reboot redis