---
title: "Uninstalling the agent"
slug: "uninstalling-the-agent"
updated: 2026-04-07T09:02:11Z
published: 2026-04-07T09:02:11Z
canonical: "support.perimeter81.com/uninstalling-the-agent"
stale: true
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.perimeter81.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstalling the agent

## **Introduction**

This article describes how to manually uninstall the Check Point SASE Agent

- Windows ([Windows 10](/v1/docs/uninstalling-the-agent#windows-10), [Windows 11](/v1/docs/uninstalling-the-agent#windows-11))
- [Mac](/v1/docs/uninstalling-the-agent#macos)
- [Linux](/v1/docs/uninstalling-the-agent#linux)
- [Android](/v1/docs/uninstalling-the-agent#android)
- [iOs](/v1/docs/uninstalling-the-agent#ios)

## Windows

### Windows 10

1. In the search field, search and select **Add or remove programs,** and then search for **Check Point SASE**. ![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image(176).png)
2. Click **Uninstall**.

If the administrator blocked the agent uninstallation, the**Check Point SASE Agent Uninstall is Protected**window appears.

![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image(169).png)
3. In the **Enter Code** field, enter the uninstallation code. To get the code, contact your administrator.
4. Click **Uninstall**.

### Windows 11

1. Click **Start**.
2. Select **Settings**.
3. Go to **Apps** > **Installed apps**.
4. Search for **Check Point SASE**.
5. Click **Check Point SASE** and select **Uninstall**. ![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image(177).png)

## MacOS

1. Open the Check Point SASE application.
2. Select **Perimeter 81** and then click **Uninstall Check Point SASE**.
3. If the administrator blocked the agent uninstallation, the**Check Point SASE Agent Uninstall is Protected**window appears. ![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image(169).png)
4. In the **Enter Code** field, enter the uninstallation code. To get the code, contact your administrator.
5. Click **Uninstall**.

**MacOS uninstall script:** Run this command in the terminal to automatically download and execute the uninstall script:

```plaintext
curl https://supportbucketshare.s3.amazonaws.com/Knowledge+Base/uninstall.sh | sudo bash
```

## Linux

### Ubuntu

```plainText
sudo apt remove --purge <Perimeter81 package>
sudo rm -Rf "/etc/Perimeter81"
sudo rm -Rf "$HOME/.config/Perimeter81"
sudo rm -Rf "/opt/Perimeter81"
```

## Android

1. Long press on the Check Point SASE Agent Application. ![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image(173).png)
2. Select **Uninstall**.

## iOS

1. Long press on the Check Point SASE Agent Application. ![](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/image(174).png)
2. Select**Remove App**.

## **Support Contacts**

If you have any difficulties or questions, don't hesitate to contact Check Point SASE's support team. We offer 24/7 chat support on our website at [sase.checkpoint.com](https://www.sase.checkpoint.com/), or you can email us at sase-support@checkpoint.com

## Attachments

- [uninstall.sh](https://cdn.document360.io/44667c0c-50d7-412a-acbd-20d4a41c952e/Images/Documentation/uninstall.sh)
