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

ArgumentTypeRequiredDescription
<name[:version]>stringRequiredAgent 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