---
title: Uninstalling PingAuthorize
description: For manual installations, PingAuthorize Server provides an uninstall tool to remove its components from the system.
component: pingauthorize
version: 11.0
page_id: pingauthorize:installing_and_uninstalling_pingauthorize:paz_uninstall_pingauthorize
canonical_url: https://docs.pingidentity.com/pingauthorize/11.0/installing_and_uninstalling_pingauthorize/paz_uninstall_pingauthorize.html
revdate: May 22, 2024
section_ids:
  steps: Steps
  example: Example:
  next-steps: Next steps
---

# Uninstalling PingAuthorize

For manual installations, PingAuthorize Server provides an `uninstall` tool to remove its components from the system.

## Steps

1. Go to the PingAuthorize Server root directory.

2. Run the `uninstall` command.

   ```shell
   $ ./uninstall
   ```

3. Select the option to remove all components or select the components you want to remove.

   ### Example:

   To remove selected components, enter `yes` when prompted.

   ```
   Remove Server Libraries and Administrative Tools? (yes / no) [yes]: yes
   Remove Log Files? (yes / no) [yes]: no
   Remove Configuration and Schema Files? (yes / no) [yes]: yes
   Remove Backup Files Contained in bak Directory? (yes / no) [yes]: no
   Remove LDIF Export Files Contained in ldif Directory? (yes / no) [yes]: no
   The files will be permanently deleted, are you sure you want to continue? (yes / no) [yes]:
   ```

4. Manually delete any remaining files or directories.

## Next steps

To remove PingAuthorize Policy Editor, run `stop-server` and remove its installation directory.
