Agents

Update Agent

Update the name of an existing agent.

patch/api/v2/projects/{project_id}/agents/{agent_id}

Path parameters

project_idstring required
agent_idstring required

Request body

namestring required

Response

AgentInfo(id: uuid.UUID, name: str)

idstring uuid required
namestring required

Changes