Delete a storage volume

When a storage volume is deleted, it is removed from appliance management and deleted from the storage system resulting in loss of all data. If you want to remove the storage volume from appliance management without deleting data, set the export only header to true (exportOnly:true). The exported volume remains on the storage system and you can add it again to the appliance.

Prerequisites

  • Minimum required session ID privileges: Infrastructure administrator or Storage administrator

Deleting a storage volume using REST APIs
  1. Select a storage volume URI.

    GET /rest/storage-volumes

  2. Delete the storage volume.

    DELETE /rest/storage-volumes/{id}