---
title: Removing Ping Autonomous Identity
description: Ping Autonomous Identity provides an easy installation and removal from any system. The actual folder may vary depending on the client.
component: autonomous-identity
version: 2022.11.12
page_id: autonomous-identity:admin-guide:chap-remove
canonical_url: https://docs.pingidentity.com/autonomous-identity/2022.11.12/admin-guide/chap-remove.html
---

# Removing Ping Autonomous Identity

Ping Autonomous Identity provides an easy installation and removal from any system. The actual folder may vary depending on the client.

> **Collapse: Remove Ansible Server**
>
> 1. On the Ansible server, go to the user's home directory, and remove the ansible files.
>
>    ```
>    $ rm -rf ansible/*
>    ```
>
> 2. On the Ansible server, remove `vars.yml` file
>
>    ```
>    $ rm -rf ansible/environment/group_vars/all/vars.yml
>    ```
>
> 3. Remove `.bash_history`.
>
>    ```
>    $ rm .bash_history
>    ```

> **Collapse: Remove Cassandra**
>
> 1. On the Cassandra server, log in to Cassandra and drop the keyspaces.
>
>    ```
>    $ DROP keyspace <keyspace name>
>    ```
>
> 2. Remove `.bash_history`.
>
>    ```
>    $ rm .bash_history
>    ```

> **Collapse: Remove Spark**
>
> 1. Remove the `/data` folder where Spark was installed.
>
> 2. Remove the `.egg` files where Python was installed.
>
> 3. Remove the `shared` folder.
>
> 4. Remove `.bash_history`.
>
> 5. Remove `/tmp` folder.
