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


Hardware Operations : Pool Operations : Delete Permanently Lost Pool

Delete Permanently Lost Pool
Description
Deletes the specified pool which has been permanently lost from the BlackPearl database. Any data lost as a result is marked degraded to trigger a rebuild.
Requests
Syntax
DELETE http[s]://{datapathDNSname}/_rest_/pool/{pool UUID or other unique attribute}/
To determine the UUID for a pool, see Get Pools.
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
Example
Sample Request
This request deletes the pool with the UUID 66750ad9-9c20-402d-8703-e429070490a6.
DELETE http://blackpearl-hostname/_rest_/pool/66750ad9-9c20-402d-8703-e429070490a6/ HTTP/1.1
Sample Response
HTTP/1.1 204 No Content