v1
latestOpenAPI 3.0.02026-07-26242779.3 KBUpdate an agent deployment
post/agents/{agentName}
Path parameters
agentNamestring required
Name of the agent to update
Request body
Example request
{
"image": "your-username/my-agent:latest",
"buildId": "123e4567-e89b-12d3-a456-426614174000",
"nodeType": "arm",
"imagePullSecretSet": "dockerhub-credentials",
"secretSet": "my-agent-secrets",
"autoScaling": {
"minAgents": 1,
"maxAgents": 10
},
"krispViva": {
"audioFilter": "tel"
},
"agentProfile": "agent-1x",
"forceRedeploy": true,
"maxSessionDuration": 3600
}Response
Agent deployment updated successfully