3.2. Removing User Applications
Use the
oo-admin-ctl-app
command to remove a user's application.
Warning
This procedure deletes all the data for the selected application and cannot be reversed.
Procedure 3.1. To Remove a User Application:
- Stop the application by running the following command on the broker host:
#
oo-admin-ctl-app -l username -a appname -c stop
- Delete the application:
#
oo-admin-ctl-app -l username -a appname -c destroy
- If the standard
stop
anddestroy
commands fail, you canforce-stop
andforce-remove
the application. Theforce-
commands do not wait for the proper shutdown sequence, so should only be used if the standard commands fail:#
oo-admin-ctl-app -l username -a appname -c force-stop
#oo-admin-ctl-app -l username -a appname -c force-destroy