> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/setup-and-configuration/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/dfBVeKi2CrRFKFZ60cyz" 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/YOsBoAN62TQiHyugxjZF" alt="" width="563"><figcaption></figcaption></figure></div>
4. Select ![](/files/D1emAA6qIUvuKiEVL8cC) to continue. The **Status/Remarks** section shows the following.<br>

   <div align="left"><figure><img src="/files/FAhdes0GGstZJoswQRgX" 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/iopwJxXfCRvK6KcTzVEU" 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/gWKo9VHTsQdXL7M8J6p3" 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/uninstall-abap-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
