/
/Pipecat Cloud
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1mo ago · Updated 1mo ago
  • getList all agents
  • postCreate a new agent
  • getGet agent details
  • postUpdate an agent deployment
  • deleteDelete an agent
  • getGet agent logs
  • getGet session details
  • deleteStop an agent session
  • getGet agent sessions
  • getList builds
  • postCreate a build
  • getGet build status
  • getGet build logs
  • postGet upload URL for build context
  • getGet organization properties
  • patchUpdate organization properties
  • getList available regions
  • getGet a specific secret set
  • putCreate or update a secret set
  • deleteDelete an entire secret set
  • deleteDelete a specific secret from a set
  • getList all secret sets
  • getSend GET request to session
  • postStart a service instance

Delete an agent

Permanently removes an agent and its associated Kubernetes resources.

delete/agents/{agentName}

Path parameters

agentNamestring required

Name of the agent to delete

Response

Agent successfully deleted

status'OK'

Status of the deletion operation

Changes