> For the complete documentation index, see [llms.txt](https://sealights-docs.tricentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sealights-docs.tricentis.com/sealights-agents-and-plugins/abap-agent/uninstall-abap-agent.md).

# Uninstall ABAP Agent

### Uninstall the ABAP Addon <a href="#toc201668110" id="toc201668110"></a>

To uninstall the ABAP addon, follow these steps:

1. Sign in to your QAS or PRD system using client 000, as a user with sufficient permissions to update the Data Dictionary.
2. Run transaction SAINT. In the **Add-on Installation Tool** screen, select the **Uninstallable components** tab.<br>

   <div align="left"><figure><img src="/files/1YFtnzZAbnomY4J0ShfJ" alt="" width="563"><figcaption></figcaption></figure></div>
3. Select the TRICE Add-on with Release 100\_700, and select **Start**. SAP displays the following dialog.<br>

   <div align="left"><figure><img src="/files/ERaMTZgzUc83PxQgiAAs" alt="" width="563"><figcaption></figcaption></figure></div>
4. Select ![](/files/H9MkUSWDQhhUvWYIGYNp) to continue. The **Status/Remarks** section shows the following.<br>

   <div align="left"><figure><img src="/files/u3W0Kdm6xL89Yotgwtqs" alt="" width="563"><figcaption></figcaption></figure></div>
5. Monitor the uninstallation process in the SAPGUI status bar. When the uninstallation process has finished, the **Status/Remarks** section shows the following.<br>

   <div align="left"><figure><img src="/files/GICTVcZppigKYwnjQ8JZ" alt="" width="563"><figcaption></figcaption></figure></div>
6. Select **Finish** to complete the uninstallation. SAP displays the following message box.<br>

   <div align="left"><figure><img src="/files/BWSuh1qhk2c3JhnjYPEe" alt="" width="563"><figcaption></figcaption></figure></div>
7. Select **Do not send**.

### Uninstall the agent's Windows components <a href="#toc201668111" id="toc201668111"></a>

To uninstall the agent's Windows components, use one of the following methods:

#### Method 1: Add or Remove Programs (recommended)

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.

#### Method 2: Command line

1. Take a backup copy of your `config.toml` file (default: `%ProgramData%\Tricentis\SeaLights\ABAP Agent\config\config.toml`).
2. Run the following from your PowerShell window:

{% code overflow="wrap" lineNumbers="true" %}

```powershell
.\slabapcli.exe setup uninstall
```

{% endcode %}

{% hint style="warning" %}
The ProgramData directories (config, logs, userdata) are **not removed** during uninstall to preserve pipeline data and configuration. Delete them manually if no longer needed.
{% endhint %}
