Skip to main content
Glama

CloudStack MCP Server

by phantosmax

scale_virtual_machine

Resize a virtual machine by changing its service offering, requiring VM restart. Confirm the action to proceed with scaling.

Instructions

Scale (resize) a virtual machine (requires VM restart)

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirm this disruptive action - VM will be restarted (REQUIRED for safety)
idYesVM ID
serviceofferingidYesNew service offering ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "confirm": { "default": false, "description": "Confirm this disruptive action - VM will be restarted (REQUIRED for safety)", "type": "boolean" }, "id": { "description": "VM ID", "type": "string" }, "serviceofferingid": { "description": "New service offering ID", "type": "string" } }, "required": [ "id", "serviceofferingid", "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