Deleting an Agent
SkillAI & modelsDeleting an agent instance. Use when removing, deleting, or destroying a running or idle agent instance via the CLI.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Deleting an Agent skill
What this skill tells your AI
The instructions your AI receives, as published by golemcloud/golem in golem-skills/skills/common/golem-delete-agent/SKILL.md and read by ahel’s review.
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")
Signals
- GitHub stars
- 2k
- Forks
- 212
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
golem-delete-agent- Source
- github.com/golemcloud/golem