Uninstalling Semantic Guardrails

Instructions for uninstalling the Semantic Guardrails feature.
  1. Open a command prompt.

  2. Navigate to the cloned repository location.

  3. Navigate to the semantic-guardrails directory.

    cd semantic-guardrail
    
  4. Run the following command to remove the containers and images.

    docker compose down --rmi all
    

Last modified : June 12, 2026