start_virtual_machine
Use this tool to initiate the startup of a virtual machine by specifying its unique VM ID, enabling resource activation within the CloudStack MCP Server environment.
Instructions
Start a virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | VM ID to start |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "VM ID to start",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}