Skip to main content
Glama

CloudStack MCP Server

by phantosmax

deploy_virtual_machine

Create and configure a virtual machine using specified service offering, template, and zone IDs on the CloudStack MCP Server. Optionally, assign a name, networks, security groups, SSH key pairs, and user data.

Instructions

Deploy a new virtual machine

Input Schema

NameRequiredDescriptionDefault
displaynameNoVM display name
keypairNoSSH key pair name
nameNoVM name
networkidsNoNetwork IDs (comma-separated)
securitygroupidsNoSecurity group IDs (comma-separated)
serviceofferingidYesService offering ID
templateidYesTemplate ID
userdataNoUser data (base64 encoded)
zoneidYesZone ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "displayname": { "description": "VM display name", "type": "string" }, "keypair": { "description": "SSH key pair name", "type": "string" }, "name": { "description": "VM name", "type": "string" }, "networkids": { "description": "Network IDs (comma-separated)", "type": "string" }, "securitygroupids": { "description": "Security group IDs (comma-separated)", "type": "string" }, "serviceofferingid": { "description": "Service offering ID", "type": "string" }, "templateid": { "description": "Template ID", "type": "string" }, "userdata": { "description": "User data (base64 encoded)", "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