Skip to main content
Glama

CloudStack MCP Server

by phantosmax

reset_password_virtual_machine

Reset credentials for a virtual machine on CloudStack MCP Server by changing its password. Requires VM ID and confirmation for security-sensitive actions.

Instructions

Reset password for a virtual machine (changes VM credentials)

Input Schema

NameRequiredDescriptionDefault
confirmYesConfirm this security-sensitive action - VM password will be changed (REQUIRED for safety)
idYesVM ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "confirm": { "default": false, "description": "Confirm this security-sensitive action - VM password will be changed (REQUIRED for safety)", "type": "boolean" }, "id": { "description": "VM ID", "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