Skip to main content
Glama

CloudStack MCP Server

by phantosmax

change_service_offering_virtual_machine

Modify the service offering of a virtual machine by specifying its ID and the new service offering ID using CloudStack MCP Server for efficient resource management.

Instructions

Change service offering for a virtual machine

Input Schema

NameRequiredDescriptionDefault
idYesVM ID
serviceofferingidYesNew service offering ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "id": { "description": "VM ID", "type": "string" }, "serviceofferingid": { "description": "New service offering ID", "type": "string" } }, "required": [ "id", "serviceofferingid" ], "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