---
title: "Delete an agent"
method: DELETE
path: "/agents/{agentName}"
---

# Delete an agent

`DELETE /agents/{agentName}`

Permanently removes an agent and its associated Kubernetes resources.

## Path parameters

- `agentName` string, required

## Response `200`

Agent successfully deleted

- object
  - `status` 'OK' — Status of the deletion operation

## Other responses

- `404` — Agent not found
- `500` — Internal server error

---

[API](https://skmtc.dev/pipecat/apis/pipecat-cloud.md) · [All operations](https://skmtc.dev/pipecat/apis/pipecat-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pipecat/pipecat-cloud/revisions/acd0f7dfe734/schema)
