Skip to main content
Glama

CloudStack MCP Server

by phantosmax

destroy_virtual_machine

Permanently delete and optionally expunge a virtual machine in the CloudStack MCP Server by specifying its ID and confirming the destructive action.

Instructions

Destroy a virtual machine (DESTRUCTIVE - cannot be undone)

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirm this DESTRUCTIVE action - VM will be permanently deleted (REQUIRED for safety)
expungeNoExpunge the VM immediately (PERMANENT deletion)
idYesVM ID to destroy

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "confirm": { "default": false, "description": "Confirm this DESTRUCTIVE action - VM will be permanently deleted (REQUIRED for safety)", "type": "boolean" }, "expunge": { "default": false, "description": "Expunge the VM immediately (PERMANENT deletion)", "type": "boolean" }, "id": { "description": "VM ID to destroy", "type": "string" } }, "required": [ "id", "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