Skip to main content
Glama

CloudStack MCP Server

by phantosmax

stop_virtual_machine

Stop a virtual machine on the CloudStack MCP Server by specifying its VM ID. Optionally force stop the VM for immediate shutdown.

Instructions

Stop a virtual machine

Input Schema

NameRequiredDescriptionDefault
forcedNoForce stop the VM
idYesVM ID to stop

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "forced": { "default": false, "description": "Force stop the VM", "type": "boolean" }, "id": { "description": "VM ID to stop", "type": "string" } }, "required": [ "id" ], "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