Update an agent
Agents
Update an agent
Updates core agent fields such as name, description, instructions, and active/inactive availability. Requires agents:write.
Updating configuration is separate from runtime execution. For current product behavior, isActive is the public callability switch: inactive agents do not appear as models, while active agents can be called once a ready deployment and billing prerequisites are available. Archived agents return 404 and cannot be reactivated.
PATCH
Update an agent
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Updated agent.
Allowed value:
"agent"Public active/inactive switch. Active agents can appear in the model list.