Rate This Document
Findability
Accuracy
Completeness
Readability

Deleting a Bare Metal Instance

The operations for managing bare metal instances are the same as those for managing VMs. For details about how to perform operations on the UI, see the VM instance deleting process. Perform the following operations on the controller node.

  1. Delete an instance.
    1
    nova delete ${instance_name} or openstack server delete ${instance_name}
    

  2. Check the bare metal instance management node state.
    1
    watch -d -n 1 "openstack baremetal node list"
    

    The value of Provisioning State for the bare metal instance management node corresponding to the instance changes as follows: active -> deleting -> cleaning -> clean wait-> available.