---
title: Uninstalling PingAuthorize
description: Uninstall PingAuthorize Server using the uninstall tool, and remove the Policy Editor by stopping the server and deleting its directory.
component: pingauthorize
version: 11.1
page_id: pingauthorize:installing_and_uninstalling_pingauthorize:paz_uninstall_pingauthorize
canonical_url: https://docs.pingidentity.com/pingauthorize/11.1/installing_and_uninstalling_pingauthorize/paz_uninstall_pingauthorize.html
llms_txt: https://docs.pingidentity.com/pingauthorize/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: May 28, 2026
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.
