delete-agent

Installation
SKILL.md

Delete Agent

Remove an AI agent from a live LiteLLM proxy.

Setup

LITELLM_BASE_URL  — e.g. https://my-proxy.example.com
LITELLM_API_KEY   — proxy admin key

Ask the user

  1. agent_id — if they don't have it, list first:
    curl -s "$BASE/v1/agents" -H "Authorization: Bearer $KEY"
    
  2. Confirm — show the agent name and ask for confirmation.
Installs
47
GitHub Stars
74
First Seen
Apr 6, 2026
delete-agent — berriai/litellm-skills