Uninstalling Synthetic Data

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

  2. Navigate to the cloned repository location.

  3. Navigate to the synthetic-data directory.

    cd synthetic-data
    
  4. Run the following command to remove the containers and images.

    docker compose down --rmi all
    

Last modified : May 28, 2026