Skip to main content

lium rm

Remove / stop pods.

lium rm [TARGETS] [OPTIONS]

Arguments​

  • TARGETS — Pod name, index, comma-separated list, or all.

Options​

FlagEffect
--all, -aRemove all active pods
--in DURATIONSchedule removal after a duration (e.g. 6h, 45m, 2d)
--at TIMESchedule removal at a local time (e.g. "tomorrow 09:00")

Examples​

lium rm my-pod                  # Remove a single pod
lium rm 1,2,3 # Remove several
lium rm all # Remove every active pod (positional)
lium rm --all # Same, via the flag
lium rm my-pod --in 6h # Schedule removal in 6 hours
lium rm my-pod --at "tomorrow 09:00"

See also​

  • lium schedules — view / cancel scheduled removals (created via lium up --ttl)
  • lium volumes — manage detached volumes