lium rm
Remove / stop pods.
lium rm POD [POD...] [OPTIONS]
Arguments​
POD— Pod name(s) orall.
Options​
| Flag | Effect |
|---|---|
--force, -f | Skip the confirmation prompt |
--keep-volumes | Preserve attached volumes for re-use |
Examples​
lium rm my-pod # Remove a single pod
lium rm pod1 pod2 pod3 # Remove several
lium rm all # Remove every pod you own
lium rm my-pod --force # No confirmation
See also​
lium schedules— view / cancel scheduled removals (created vialium up --ttl)lium volumes— manage detached volumes