ai agent

lifectl ai agent ps

List containers. By default shows only running containers (like docker ps). Use -a to show all containers including stopped ones. Shows container ID, agent ID, name/alias, version, status, PID, and start time.

Synopsis

lifectl ai agent ps [-a] [--name <name>] [--status <status>]

Options

FlagTypeDefaultDescription
-a, --allbooleanfalseShow all containers (running and stopped)
--namestringFilter by agent name or container alias
--statusrunning | stoppedFilter by container status

Examples

List running containers

lifectl ai agent ps

List all containers (running + stopped)

lifectl ai agent ps -a

List only stopped containers

lifectl ai agent ps -a --status stopped

Filter by agent name

lifectl ai agent ps --name my-agent