11.16. Deleting an Application

Warning

Deleting an application deletes all remote data associated with that application, which cannot be recovered.
Run the following command to delete an application and all associated remote data, answering yes when prompted:
$ rhc app delete App_Name
Note that this process only deletes remote application data. Data stored on your local machine must be manually deleted.

Warning

The following process deletes the selected directory and all its files, which cannot be recovered. Ensure the correct directory is specified for deletion.
Deleting Local Data

Delete the local application data with the following command:

$ rm -rf ~/path/to/app_directory/