IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
stopDeploymentEnv command
Use the stopDeploymentEnv command to stop the deployment environment.
This command stops all the clusters that are defined for the Deployment Environment. For example, if you chose RemoteMessagingAndSupport as your pattern, this command stops the three clusters (ApplicationTarget, Messaging, and Support) that were created as part of that configuration.
Required parameters
- -topologyName name_of_topology
- Specifies the name of the deployment environment that you are stopping.
Optional parameters
None.
Example
The examples are for illustrative purposes only. They include variable values and are not meant to be reused as snippets of code.
The following example uses stopDeploymentEnv to stop a deployment environment.
- Jython example:
AdminTask.stopDeploymentEnv('[-topologyName MyDepEnv]')- Jacl example:
$AdminTask stopDeploymentEnv {-topologyName MyDepEnv }
Parent topic: Commands (wsadmin scripting)
Related information:
![]()
Obtaining online help using wsadmin scripting
![]()
Administrative command invocation syntax using wsadmin scripting
![]()
Use the wsadmin scripting tool
![]()
Jython script library