Deleting a Thin Provisioning Pool
DELETE /tpp/{tpp_id}
Introduction
Deletes the Thin Provisioning Pool.
Caution
You cannot delete a Thin Provisioning Pool that meets any of the following conditions.
Volume exists.
Deduplication is enabled.
Compression is enabled.
Tenant users cannot execute this command.
Request Examples
The following shows an example when deleting a Thin Provisioning Pool of Thin Provisioning Pool ID 5.
$ curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X DELETE "https://192.168.1.1:5665/api/v1/tpp/5"
Response Examples
{
"job_id": 8192001,
"job_href": "/api/v1/job/8192001"
}
Parameters
PATH PARAMETERS
| tpp_id
(required) |
integer Thin Provisioning Pool ID. |
Responses
If the job registration is successful, the HTTP status code will be 202 (Accepted) and the response body will respond.
RESPONSE BODY
| job_id | integer Job ID. |
| job_href | string Resource link of the job. |

