EMC ViPR REST API

Search (SHIFT+S)

API Reference


Delete Block Virtual Pool

POST /block/vpools/{id}/deactivate

Deactivate block store virtual pool, this will move the virtual pool to a "marked-for-deletion" state, and no more resource may be created using it. The virtual pool will be deleted when all references to this virtual pool of type Volume are deleted

idthe URN of a ViPR VirtualPool

Required Roles

Requires one of the following roles:

  • SYSTEM_ADMIN
  • RESTRICTED_SYSTEM_ADMIN

Prerequisites

These conditions must be met before calling this operation.

  • Dependent resources such as volumes and snapshots must be deleted

Request Payload

No Request Payload


Response Body

No data returned in response body


XML Example

Request
POST https://192.168.0.0:4443/block/vpools/urn:storageos:VirtualPool:bf7104ec-3db2-4dcb-9e0d-7232a4460aea:/deactivate HTTP/1.1

Content-Type: application/xml
X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
Response
HTTP/1.1 200 OK
Content-Type: application/xml