ai agent
lifectl ai agent start
Start a previously stopped container. Accepts container ID, alias, or agent name. If multiple stopped containers match the name, an error is shown listing the IDs — use the container ID to disambiguate. Similar to docker start.
Synopsis
lifectl ai agent start <containerId|alias|name>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
| <containerId | alias | name> | string | Required | 12-character hex container ID, container alias, or agent name |
Examples
Start by container ID
lifectl ai agent start a1b2c3d4e5f6
Start by alias
lifectl ai agent start my-bot
Start by agent name
lifectl ai agent start my-agent