Uninstalling Anonymization

Instructions for uninstalling the Anonymization feature.
  1. Open a command prompt.

  2. Navigate to the cloned repository location.

  3. Navigate to the anonymization directory.

    cd anonymization
    
  4. Run the following command to remove the containers and images.

    docker compose down --rmi all
    

Last modified : June 19, 2026