Skip to main content

lium ps

List your active pods.

lium ps [OPTIONS]

Options​

FlagEffect
--all, -aShow all pods including stopped
--format FORMATOutput format: table, json, csv
--sort FIELDSort by name, status, cost, or uptime

Examples​

lium ps                   # Running pods
lium ps --all # Include stopped pods
lium ps --format json # JSON output
lium ps --sort cost # Sort by cost

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

See also​