/
RA
ravan
/
Agni API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
AgentService
5
get
Get Agent
delete
Delete Agent
patch
Update Agent
get
List Agents
patch
Update Agent Status
AgentToolService
5
AppointmentService
2
CalComService
14
CallingService
4
CampaignService
7
ContactService
13
GHLService
10
HealthService
2
ModelService
2
PhoneService
13
RAGService
14
AgentService
Update Agent Status
patch
/api/v1/agents/{id}/status/
Path parameters
id
string
required
Agent ID
Request body
UpdateAgentStatusRequest
required
status
'AGENT_STATUS_UNSPECIFIED'
|
'AGENT_STATUS_ACTIVE'
|
'AGENT_STATUS_INACTIVE'
Status of the agent
Response
Successful response
UpdateAgentStatusResponse
required
success
boolean
message
string
data
Agent
Changes