detach_volume
Detach a volume from a virtual machine in CloudStack MCP Server by specifying the Volume ID, enabling efficient storage management and resource optimization.
Instructions
Detach volume from virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | Volume ID |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "Volume ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}