Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Applications : Undeploying Applications

Undeploying Applications
About this task 
When you undeploy an application, the system queues the request and applies it to components as they become available.
GUI
Procedure 
1.
Click the Applications button.
2.
3.
Click Undeploy.
Select UndeployUndeploy
d.
Click Undeploy. The selected target applications are undeployed. If a node is stopped then the undeploy process will wait until the node starts.
Result 
The application is undeployed.
* if the application is undeployed when it is in the stopped state, the deployment artifacts for the application are not deleted.
CLI
Before you begin 
Refer to the Administration book for TIBCO ActiveMatrix Service Grid or TIBCO ActiveMatrix Service Bus for information about the command-line interface (CLI) and the required build and data files.
Procedure 
1.
<Environment xsi:type="amxdata:Environment" name="envName" >
<Application xsi:type="amxdata_base:Application_base" name="app" />
</Environment>
2.
In the build file, set the action attribute of the AMXAdminTask element to undeploy and the objectSelector attribute to Environment/Application. To perform a force undeploy, specify the -force option.
<AMXAdminTask action="undeploy" objectSelector="Environment/Application" [-force] />
3.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved