==================
Removing a cluster
==================

To remove the cluster definition file for an existing bare-metal 
cluster:

#. Run::

     $ adam remove -n [cluster-name]

#. When prompted, type ``y``.

EXAMPLE: To remove the cluster named "cluster":

.. code-block:: bash

   $ adam remove -n cluster
   Are you sure you want to remove the cluster cluster? [y/N]: y

To remove an EC2 cluster, see the removal instructions at the end of the
:doc:`cloud installation guide <../../../install/cloud>`.
