Uninstalling Data Discovery

Instructions for uninstalling the Data Discovery feature.
  1. Open a command prompt.

  2. Navigate to the cloned repository location.

  3. Uninstall Semantic Guardrails if it is installed. For complete instructions, refer to Uninstalling Semantic Guardrails.

  4. Navigate to the data-discovery directory.

    cd data-discovery
    
  5. Run the following command to remove the containers and images.

    docker compose down --rmi all
    

Last modified : June 19, 2026