Disassociate a knowledge base from an agent
To learn how to disassociate a knowledge base from an agent, choose the tab for your preferred method, and then follow the steps:
- Console
-
To disassociate a knowledge base from an agent
-
Sign in to the AWS Management Console with an IAM identity that has permissions to use the Amazon Bedrock console. Then, open the Amazon Bedrock console at https://console.aws.amazon.com/bedrock
. -
Select Agents from the left navigation pane. Then, choose an agent in the Agents section.
-
Choose Edit in Agent builder
-
In the Knowledge bases section, choose the option button that's next to the knowledge base that you want to delete. Then choose Delete.
-
Confirm the message that appears and then choose Delete.
-
To apply the changes that you made to the agent before testing it, choose Prepare in the Test window or at the top of the Working draft page.
-
- API
-
To disassociate a knowledge base from an agent, send a DisassociateAgentKnowledgeBase request with an Agents for Amazon Bedrock build-time endpoint. Specify the
knowledgeBaseId
and theagentId
andagentVersion
of the agent from which to disassociate it.To apply the changes to the working draft, send a PrepareAgent request with an Agents for Amazon Bedrock build-time endpoint. Include the
agentId
in the request. The changes apply to theDRAFT
version, which theTSTALIASID
alias points to.