Deleting a Library
Use the DeleteDataAutomationLibrary api to delete library with its entities.
AWS CLI Example:
Request
aws bedrock-data-automation delete-data-automation-library \ --library-arn "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary"
Response:
{ "libraryArn": "arn:aws:bedrock:us-east-1:123456789012:data-automation-library/healthcare-vocabulary", "status": "DELETING" }
AWS Console Example:
Navigate to "Manage libraries" page in BDA Console
Choose the desired library from the list of libraries
Choose "Delete library"
Important:
To delete the library, first dissociate the library from the project and then delete the library.
You cannot delete a library with an active ingestion job
Deletion removes all entities and search indices
The operation may take several minutes for large libraries