If you deployed the application locally and simply want to free up device resources or reset the database cleanly, follow these cleanup steps:
Navigate to the terminals where you ran React, Spring Boot, FastAPI, and Agent-Core independently and press Ctrl+C to terminate the isolated instances.
Move to the directory where your docker-compose.yml is located.
To simply stop the containers (preserving data inside named volumes):
docker-compose stop
If you wish to wipe the PostgreSQL database entirely (including user accounts and RAG vectors):
docker-compose down -v
To ensure no extra charges arise from forgotten files:
Slothub-upload-2026).If you disabled LOCAL_DEV=1 and pushed the Agent setup directly to AWS Bedrock AgentCore:
By adhering to these cleanup routines after a workshop, you safeguard against unforeseen expenses from unused, persistent resources in AWS.