Skip to content

Uninstalling OpCenter in AWS

Uninstalling requires deleting the CloudFormation stack running OpCenter.

  1. Log in to the OpCenter using web interface or the CLI.

  2. Determine if any jobs are running.

    • With the web interface, click the Jobs screen.
    • With the CLI, use float squeue.
  3. 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, use float cancel --filter "status =*")
  4. Wait until all virtual machine instances are reclaimed.

  5. 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.

  6. Use the search tool in the navigation bar to find the CloudFormation console.

  7. On the left-hand panel of the CloudFormation console, click Stacks.

    A list of all your CloudFormation stacks is displayed.

  8. Select the OpCenter instance to delete.

  9. Click the Delete button.