v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1475719557.8 KB

Updates the configuration for a knowledge base that has been associated with an agent.

put/agents/{agentId}/agentversions/{agentVersion}/knowledgebases/{knowledgeBaseId}/

Path parameters

agentIdstring required

The unique identifier of the agent associated with the knowledge base that you want to update.

agentVersionstring required

The version of the agent associated with the knowledge base that you want to update.

knowledgeBaseIdstring required

The unique identifier of the knowledge base that has been associated with an agent.

Request body

descriptionstring

Specifies a new description for the knowledge base associated with an agent.

knowledgeBaseState'ENABLED' | 'DISABLED'

Specifies whether the agent uses the knowledge base or not when sending an <a href="https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html">InvokeAgent</a> request.

Response

Success