Stopping an Application
To stop a running application after deployment, run the stop command or click the Stop icon in the Admin UI. Applications or application instances can be stopped. Stop an application before undeploying.
BWAdmin Command Line
Run the following command at the command line to stop an application:
BW_HOME\bin>bwadmin stop -d MyDomain -a MyAppSpace application tibco.bw.sample.binding.rest.BookStore.application 1.0
To stop an application instance, use the following command:
BW_HOME\bin>bwadmin stop -d MyDomain -a MyAppSpace -n MyAppNode application tibco.bw.sample.binding.rest.BookStore.application 1.0
Admin UI
- Procedure
- To stop an application, click the
Stop icon
for the application on the
Applications page. The status of the application instance changes from Running to Stopping, a transient state, then Stopped:

- To stop an application instance, click the
Stop icon
for the instance on the
App Instances tab. The status of the application instance changes from Running to Stopping, a transient state, then Stopped:
