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

Note: 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 }