Skip to main content
Glama

CloudStack MCP Server

by phantosmax

resize_volume

Increase or decrease the size of a storage volume in CloudStack with manual filesystem expansion if needed. Requires volume ID, new size, and confirmation for safe execution.

Instructions

Resize a storage volume (may require filesystem expansion)

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirm this storage modification - may require manual filesystem expansion (REQUIRED for safety)
idYesVolume ID
sizeYesNew size in GB

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "confirm": { "default": false, "description": "Confirm this storage modification - may require manual filesystem expansion (REQUIRED for safety)", "type": "boolean" }, "id": { "description": "Volume ID", "type": "string" }, "size": { "description": "New size in GB", "type": "number" } }, "required": [ "id", "size", "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