Update an Agent
Update an existing agent’s configuration or deploy a new version.
Authorizations
Authentication requires a Pipecat Cloud Private API token. Generate a Private API key from your Dashboard (Settings > API Keys > Private > Create key) and include it as a Bearer token in the Authorization header.
Path Parameters
Name of the agent to update
Body
The container image to use for the agent
"your-username/my-agent:latest"
The type of node to run the agent on. Only arm
is supported at this time.
"arm"
The name of the image pull secret set to use
"dockerhub-credentials"
The name of the secret set to use
"my-agent-secrets"
Auto-scaling configuration for the agent
Whether to enable Krisp noise cancellation
false
Response
Name of the agent
Whether the agent is ready to accept sessions
Creation timestamp of the agent
Last update timestamp
ID of the active deployment
Whether the active deployment is ready
Number of active sessions
Details of the current deployment