Spectra Logic
1-800-833-1132 : 1-303-449-6400


Hardware Operations : Pool Operations : Delete Pool Partition

Delete Pool Partition
Description
Deletes the specified pool partition. A pool partition can only be deleted if it contains no members.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/pool_partition/{pool partition UUID or other unique attribute}/
To determine the UUID for a pool partition, see Get Pool Partitions.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the pool partition with the name ‘pool_partition_1’.
DELETE http://blackpearl-hostname/_rest_/pool_partition/pool_partition_1/ HTTP/1.1
Sample Response
HTTP/1.1 204 No Content