Skip to main content

lium ps

List your active pods.

lium ps [POD_ID] [OPTIONS]

Arguments​

  • POD_ID — Optional pod name, index, or id. When given, shows just that pod.

Options​

FlagEffect
--format FORMATOutput format: table (default) or json

Examples​

lium ps                   # All your pods
lium ps my-pod # A single pod by name/index/id
lium ps --format json # JSON output

The numeric index in the first column is reused by lium ssh, lium exec, lium scp, lium rsync, and lium rm.

See also​