×

You can destroy hosted clusters on bare metal by using the command-line interface (CLI) or the multicluster engine Operator web console.

Destroying a hosted cluster on bare metal by using the CLI

If you created a hosted cluster by using the command-line interface (CLI), you can destroy that hosted cluster and its back-end resources by running a command.

Procedure
  • Delete the hosted cluster and its back-end resources by running the following command:

    $ oc delete -f <hosted_cluster_config>.yaml (1)
    1 Specify the name of the configuration YAML file that was rendered when you created the hosted cluster.

    If you created the hosted cluster without specifying the --render and --render-sensitive flags in its configuration file, you must remove its back-end resources manually.

Destroying a hosted cluster on bare metal by using the web console

You can use the multicluster engine Operator web console to destroy a hosted cluster on bare metal.

Procedure
  1. In the console, click InfrastructureClusters.

  2. On the Clusters page, select the cluster that you want to destroy.

  3. In the Actions menu, select Destroy clusters to remove the cluster.