Golem Delete Agent

Deleting an agent instance. Use when removing, deleting, or destroying a running or idle agent instance via the CLI.

golemcloud 78a1821 807 B Updated

File contents

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")

golemcloud/golem/tree/main/golem-skills/skills/common/golem-delete-agent commit 78a18212cb

Frequently asked questions

npx skillmds@latest add golemcloud/golem-delete-agent