detachBlock
Detach Block Storage
POST /blocks/{block-id}/detach HTTP/1.1Parameters
{
"live": {
"description": "Detach Block Storage without restarting the Instance.\n\n| | Value | Description |\n| - | ----- | ----------- |\n| | true | Detach live, do not restart the instance. |\n| | false | Restart the instance and detach the Block Storage. |",
"required": false,
"location": "body",
"type": "boolean"
}
}