Skip to main content
POST
/
agents
/
{agent_id}
/
status
Set Agent Status
curl --request POST \
  --url https://api-west.millis.ai/agents/{agent_id}/status \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "active"
}
'
{
  "success": true
}

Headers

authorization
string | null

Private Key Private Key

Path Parameters

agent_id
string
required

Body

application/json
status
enum<string>
required
Available options:
active,
disabled

Response

Successful Response

success
boolean
required