reset_password_virtual_machine
Reset the password for a virtual machine by specifying its VM ID using this tool within the CloudStack MCP Server for streamlined cloud resource management.
Instructions
Reset password for virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | VM ID |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "VM ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}