Stopping an AppSpace

When an AppSpace is stopped, all applications and AppNodes running in the AppSpace stop.

bwadmin Command Line

To stop the AppSpace MyAppSpace in the domain MyDomain, execute the following command at the command line:

BW_HOME\bin>bwadmin stop -d MyDomain appspace MyAppSpace
To force shut down the AppSpace MyAppSpace in the domain MyDomain, execute the following command at the command line:
BW_HOME\bin>bwadmin stop -timeout xx(time in minutes) -domain MyDomain appspace MyAppSpace
See Force Shutting Down an AppNode for more information.

Admin UI

On the AppSpaces page, click the Stop icon for the AppSpace you want to stop.

The status for the AppSpace changes from Running to Stopping, a transient state, then Stopped.