Deleting an Agent
Both golem and golem-cli can be used — all commands below work with either binary.
The <AGENT_ID> format depends on the agent’s language — refer to the language-specific invocation skills for the exact syntax.
agent delete — Delete an Agent Instance
Permanently removes an agent instance and all its associated state (oplog, memory, etc.).
golem agent delete <AGENT_ID>Examples
Delete a specific agent instance:
golem agent delete CounterAgent("my-counter")Delete an agent in a specific environment:
golem agent delete my-env/CounterAgent("my-counter")Last updated on