Update an agent
PATCH/v1/projects/:project_id/agents/:agent_id
Change the bound provider, name, model, instructions, sampling/step config, attached tools (tool_bindings/tool_choice/step_rules), or the structured-output schema (output_schema). At least one field is required.
Request
Responses
- 200
- 400
- 401
- 404
- 502
Agent updated.
The request was malformed or failed validation.
Missing or invalid credentials.
The resource does not exist (existence is not leaked).
The upstream runtime could not complete the operation.