Skip to main content
Glama

CloudStack MCP Server

by phantosmax

detach_volume

Detach a volume from a virtual machine using the CloudStack MCP Server. Ensure safe unmounting to prevent data loss by confirming the action. Ideal for managing storage resources in cloud environments.

Instructions

Detach a volume from a virtual machine (may cause data loss if not safely unmounted)

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirm this potentially dangerous action - ensure volume is safely unmounted first (REQUIRED for safety)
idYesVolume ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "confirm": { "default": false, "description": "Confirm this potentially dangerous action - ensure volume is safely unmounted first (REQUIRED for safety)", "type": "boolean" }, "id": { "description": "Volume ID", "type": "string" } }, "required": [ "id", "confirm" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/phantosmax/cloudstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server