Deleting a Gluster Volume

Format

MethodPOST
URL

/tasks/create

Request contentsGVolumeDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

VolumeDelete Object

Schema

typeStringTask type identifier. In this case, "gvolume_delete"
volume_idStringUnique identifier for the Volume
image_storage_idStringUnique identifier of the Image Storage which contains the Volume indicated by volume_id

JSON example

{
    "type""gvolume_delete",
    "volume_id""myVolume",
    "image_storage_id""local",
}