ai agent
lifectl ai agent rma
Remove a pulled agent from the local machine. If a version is specified only that version is removed; otherwise all versions are removed. Fails if any running containers reference the agent. Similar to docker rmi.
Synopsis
lifectl ai agent rma <name[:version]>
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
| <name[:version]> | string | Required | Agent name and optional version (e.g. my-agent or my-agent:1.0.0) |
Examples
Remove all versions of an agent
lifectl ai agent rma my-agent
Remove a specific version
lifectl ai agent rma my-agent:1.0.0