Delete a c7000 enclosure from management

When you remove a c7000 enclosure from appliance management, you remove all of its associated interconnects, servers, alerts, activities, and other objects. Before removing the enclosure, you must remove the server profiles from the server hardware in the enclosure. If the enclosure is hosting active server profiles, you cannot perform the remove operation.

Prerequisites

  • Minimum required session ID privileges: Infrastructure Administrator

Deleting a c7000 enclosure from appliance management using REST APIs
  1. Select an enclosure URI.

    GET /rest/enclosures

  2. Remove the enclosure using the URI from step 1.

    DELETE /rest/enclosures/{id}


[NOTE: ]

NOTE: If the appliance cannot establish communication with an enclosure, you must forcibly remove the enclosure from the appliance. This situation might occur if you physically remove the enclosure and it is offline.

DELETE /rest/enclosures/{id}?force=true