Skip to main content

lium reboot

Reboot one or more pods.

lium reboot [TARGETS] [OPTIONS]

Arguments​

  • TARGETS — Pod name, index, or comma-separated list. Optional when --all is set.

Options​

FlagEffect
-a, --allReboot every active pod
--volume-id HUIDVolume ID to attach when rebooting

Examples​

lium reboot my-pod
lium reboot 1,2,3
lium reboot --all
lium reboot my-pod --volume-id brave-fox-3a # Attach a volume on reboot

See also​

  • lium ps — find the pod to reboot
  • lium rm — fully stop a pod instead of rebooting