ai agent

lifectl ai agent stop

Stop a running container. Accepts either a container ID, agent name, or alias. If a stop script is defined in agent.json it is called first; otherwise the process is killed by PID.

Synopsis

lifectl ai agent stop <name|containerId>

Arguments

ArgumentTypeRequiredDescription
<name|containerId>stringRequiredContainer ID, agent name, or alias

Examples

Stop by container ID

lifectl ai agent stop a1b2c3d4e5f6

Stop by agent name

lifectl ai agent stop my-agent

Stop by alias

lifectl ai agent stop my-bot