Uninstall PGX Data Studio Interpreter components

When uninstalling the Data Studio Notebook app, you also need to stop and remove GX Data Studio docker components.

The PGX Data Studio interpreters are part of the OHTR Notebook solution. Removing the OHTR Notebook also includes stopping and removing the GX Data Studio docker components. Note that the OHTR Notebooks were optional in OHTR installation. These components are to be removed only if the OHTR Notebook and PGX docker interpreters were previously installed. Follow these instructions to stop and remove the PGX Docker images:

  1. Navigate to the PGX Docker installation folder:
    PgXDataStudio/docker
  2. Shut down the PGX docker containers:
    sudo docker-compose down
  3. Verify the status:
    sudo docker ps 
  4. You can also remove these docker images using the command:
    sudo docker image rm <image id> 
    Note: You can get the List of Docker images corresponding to the PGX Data Studio interpreters with the following commands:
    sudo docker images | grep labs-pgx/pgx-server
    sudo docker images | grep ol-datastudio