Uninstalling OpCenter in AWS
Uninstalling requires deleting the CloudFormation stack running OpCenter.
-
Log in to the OpCenter using web interface or the CLI.
-
Determine if any jobs are running.
- With the web interface, click the Jobs screen.
- With the CLI, use
float squeue
.
-
Cancel any running jobs.
- With the web interface, select Cancel from the Actions menu associated with a running job.
- With the CLI, use
float cancel -j <job_id>
(To cancel all jobs, usefloat cancel --filter "status =*"
)
-
Wait until all virtual machine instances are reclaimed.
-
Log in to your AWS Management console.
Check what region you are in. If you need to change regions, use the drop-down menu to select the correct region.
-
Use the search tool in the navigation bar to find the CloudFormation console.
-
On the left-hand panel of the CloudFormation console, click Stacks.
A list of all your CloudFormation stacks is displayed.
-
Select the OpCenter instance to delete.
-
Click the Delete button.