This is a cache of https://docs.okd.io/4.18/hosted_control_planes/hcp-destroy/hcp-destroy-virt.html. It is a snapshot of the page at 2025-04-19T20:53:42.987+0000.
Destroying a hosted cluster on OpenShift Virtualization - Destroying a hosted cluster | Hosted control planes | OKD 4.18
×

You can destroy a hosted cluster and its managed cluster resource on OKD Virtualization by using the command-line interface (cli).

Destroying a hosted cluster on OKD Virtualization by using the cli

You can use the command-line interface (cli) to destroy a hosted cluster and its managed cluster resource on OKD Virtualization.

Procedure
  1. Delete the managed cluster resource on multicluster engine Operator by running the following command:

    $ oc delete managedcluster <hosted_cluster_name>
  2. Delete the hosted cluster and its backend resources by running the following command:

    $ hcp destroy cluster kubevirt --name <hosted_cluster_name>