Undeploy an application or deprovision an environment
This topic provides information on how to undeploy an application. To remove an application and its components from an environment, you need to undeploy the application. Similarly, to tear down a cloud-based environment provisioned by Deploy, you need to deprovision it.
Undeploy all applications that are deployed to an environment before deprovisioning it. environment.
For more information on provisioning in Deploy, see provision an environment.
Undeploying an application using the GUI
To undeploy an application:
-
Expand Environments, and then expand the environment where the application is deployed.
-
Hover over the application, click , or right click, and select Undeploy.
-
Optionally, you can configure properties such as orchestrators for the undeployment. For more information see, Understanding orchestrators.
If you want to adjust the plan by skipping steps or inserting pauses, click the arrow icon on the Undeploy button and select Modify plan.
-
Click Undeploy to start executing the plan immediately.
If the server does not have the capacity to immediately start executing the plan, it will be in a
QUEUED
state until the server has sufficient capacity.If a step in the undeployment fails, Deploy stops executing and marks the step as
FAILED
. Click the step to see information about the failure in the output log.
Undeploying an application with dependencies
For information about undeploying an application with dependencies, see to Undeploying applications with dependencies.