Skip to main content

ONTAP Select clusters

Contributors dmp-netapp netapp-pcarriga

There are several related tasks you can perform to administer an ONTAP Select cluster.

Delete an ONTAP Select clusters

You can delete an ONTAP Select cluster when it is no longer needed using the command line interface.

About this task

The cluster must be in the offline state.

Steps
  1. Sign in to the Deploy virtual machine CLI using the administrator account.

  2. Display the cluster status:
    cluster show -name CLUSTERNAME

  3. If the cluster is not offline, move it to an offline state:
    cluster offline -name CLUSTERNAME

  4. After confirming the cluster is in an offline status, delete the cluster:
    cluster delete -name CLUSTERNAME