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


Hardware Operations : Pool Operations : Deallocate Pool

Deallocate Pool
Description
Deallocates the specified pool, which contains no data.
Requests
Syntax
PUT http[s]://{datapathDNSname}/_rest_/pool/{unique identifier or attribute}?operation=DEALLOCATE
To determine the UUID for a pool, see Get Pools.
Request Parameters
Responses
Response Elements
The operation returns status only.
Notable status codes:
§
§
§
Example
Sample Request
This request deallocates the pool with the UUID 6f1db92a-05db-4e6d-9bd2-648a69a75cfe.
PUT http://blackpearl-hostname/_rest_/pool/6f1db92a-05db-4e6d-9bd2-648a69a75cfe?operation=DEALLOCATE HTTP/1.1
Sample Response
HTTP/1.1 204 No Content