Uninstalling Developer Edition

Steps for removing the product.
  1. Open a command prompt.

  2. Navigate to the cloned repository location.

  3. Run the following command to remove the containers.

    docker compose down --rmi all
    
  4. Run the following command to remove the Python module.

    pip uninstall protegrity-developer-python==0.9.0
    

Last modified : August 19, 2025