IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
deleteDeploymentEnvDef command
Use the deleteDeploymentEnvDef command to delete an existing deployment environment definition on the deployment manager.
You can delete the deployment environment definition from the deployment manager when you no longer want the deployment manager to manage the objects defined by the definition as a unit. This will not affect any existing servers/clusters that are configured.
After using the command, save your changes to the master configuration using one of the following commands:
Required parameters
- -topologyName name_of_topology
- Specifies the name of the deployment environment definition that you are deleting on the deployment manager.
Optional parameters
None.
Examples
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 deleteDeploymentEnvDef to delete a deployment environment definition from the server.
- Jython example:
AdminTask.deleteDeploymentEnvDef('[-topologyName MyDepEnv]')- Jacl example:
$AdminTask deleteDeploymentEnvDef {-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