Uninstall Polyspace Access
Verify that the Cluster Admin agent is running. Use the command:
Ifdocker stats --no-stream
admin
is not listed under theNAME
column in the command output, start theadmin-docker-agent
binary.Open the Cluster Admin web interface and click Stop Apps. After you stop an app, the status indicator turns gray and you see the text Not installed next to the indicator.
Stopping the Polyspace Access Database service and uninstalling Polyspace® Access™ does not erase the results that you uploaded to the database from the data volume.
To delete a data volume and its content, manually delete the folder where you store the database.
sudo rm -rf databaseFolderPath
databaseFolderPath
is the folder path that you specify in the Data volume field of the Polyspace Access Database service in the Admin Cluster Settings, for example,/local/Polyspace/R2024b/appdata/polyspace-access/db
.If you specify a volume name instead of a folder path in the Data volume field, for instance
polyspace-data
, use this command to delete the volume:docker volume rm polyspace-data
Stop the
admin-docker-agent
binary from the command line window by pressing CTRL+C, and then stop the remaining services:To use this command in Windows® PowerShell, replace the backslash "\" characters with a backtick " ` ".docker stop gateway \ polyspace-access \ issuetracker \ usermanager
Delete the Polyspace Access installation folder.