Removing AI 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 and images.

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

    pip uninstall protegrity-developer-python
    

Last modified : December 10, 2025