Uninstall ABAP Agent
Last updated
Was this helpful?
To uninstall the ABAP add-on, follow these steps:
Sign in to your QAS or PRD system using client 000, as a user with sufficient permissions to update the Data Dictionary.
Run transaction SAINT. In the Add-on Installation Tool screen, select the Uninstallable components tab.

Select the TRICE Add-on with Release 100_700, and select Start. SAP displays the following dialog.

Select
to continue. The Status/Remarks section shows the following.

Monitor the uninstallation process in the SAPGUI status bar. When the uninstallation process has finished, the Status/Remarks section shows the following.

Select Finish to complete the uninstallation. SAP displays the following message box.

Select Do not send.
Before uninstalling the Windows components, stop the agent server if it is running.
In the console window where SLABAPServer.exe is running, press Ctrl+C to stop it gracefully.
ABAP Agent 2.0 does not use a Windows Service for the server process. If you previously registered a Windows Service (from an earlier version), remove it separately.
Open Windows Task Scheduler.
Under the SeaLights directory, select all FOOTPRINTS, BUILDMODS, and any other ABAP Agent tasks.
Make sure no tasks are actively processing, then click End and Disable on each.
Use one of the following methods to uninstall the Windows-side components.
Open Settings > Apps > Installed Apps (or Add or Remove Programs on older Windows versions), find SeaLights ABAP Agent, and select Uninstall. The uninstaller runs slabapcli setup uninstall automatically.
Take a backup copy of your config.toml file (default location: %ProgramData%\Tricentis\SeaLights\ABAP Agent\config\config.toml).
Run the following command to disable all scheduled agent tasks:
To also delete stored secrets and Windows Error Reporting data, add the --delete flag:
setup uninstall disables scheduled tasks but does not remove the runtime data directories. This is intentional — pipeline data, configuration, and databases are preserved so you can recover or reinstall without losing your setup.
If you want to remove all agent data after uninstalling, delete the following directories manually:
%ProgramData%\Tricentis\SeaLights\ABAP Agent\config\
config.toml, config locks
%ProgramData%\Tricentis\SeaLights\ABAP Agent\private\
SQLite databases, encrypted secrets
%ProgramData%\Tricentis\SeaLights\ABAP Agent\public\
Logs, shared artifacts
Deleting the private\ directory removes all pipeline databases and encrypted credentials. This action is irreversible.
Last updated
Was this helpful?
Was this helpful?
slabapcli.exe setup uninstall.\slabapcli.exe setup uninstallslabapcli.exe setup uninstall --delete.\slabapcli.exe setup uninstall --delete
