Skip to main content
Glama

CloudStack MCP Server

by phantosmax

deploy_virtual_machine

Automate virtual machine deployment on CloudStack MCP Server by specifying service offering, template, and zone IDs for efficient cloud resource management.

Instructions

Deploy a new virtual machine

Input Schema

NameRequiredDescriptionDefault
displaynameNoVM display name
nameNoVM name
serviceofferingidYesService offering ID
templateidYesTemplate ID
zoneidYesZone ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "displayname": { "description": "VM display name", "type": "string" }, "name": { "description": "VM name", "type": "string" }, "serviceofferingid": { "description": "Service offering ID", "type": "string" }, "templateid": { "description": "Template ID", "type": "string" }, "zoneid": { "description": "Zone ID", "type": "string" } }, "required": [ "serviceofferingid", "templateid", "zoneid" ], "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