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
| Flag | Type | Default | Description |
|---|---|---|---|
| -a, --all | boolean | false | Show all containers (running and stopped) |
| --name | string | — | Filter by agent name or container alias |
| --status | running | stopped | — | Filter 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