Uninstall the adapter
- Last UpdatedJun 26, 2025
- 1 minute read
To uninstall the adapter, you need to complete the procedure corresponding to your specific operating system ():
Windows
-
To delete the adapter program files from a Windows PC, use the Windows Control Panel uninstall application process.
Note: The configuration, data, and log files are not deleted by the uninstall process.
-
Optional: To delete data, configuration, and log files, delete the directory:
%ProgramData%\OSIsoft\Adapters\StructuredDataFiles
This deletes all data processed by the adapter, in addition to the configuration and log files.
Linux
-
To delete AVEVA Adapter software from a Linux device, open a terminal window and run the following command:
sudo apt remove aveva.adapter.StructuredDataFiles
-
Optional: To delete data, configuration, and log files, run the following command:
sudo rm -r /usr/share/OSIsoft/Adapters/StructuredDataFiles
This deletes all data processed by the adapter, in addition to the configuration and log files.