Remove a switch

You can remove a switch that has been migrated from HPE OneView version 1.x. Logical switch groups and logical switches are available only from HPE OneView version 2.0 and later. Migrated switches do not have an associated logical switch. These switches would be in the Unmanaged state and cannot be monitored until you remove and subsequently add them using a logical switch.

Prerequisites

  • Minimum required session ID privileges: Network administrator

Removing a switch using REST APIs
  1. Select a switch URI.

    GET /rest/switches

  2. Remove the migrated switch using the URI from step 1.

    DELETE /rest/switches/{id}