cldkctl_turn_on_vm
Activate a virtual machine by sending VM turn-on data to the MCP cldkctl Server, enabling VM startup through MCP-compatible clients.
Instructions
Call the cldkctl_turn_on_vm endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_turn_on_data | Yes | VM turn on data |
Input Schema (JSON Schema)
{
"properties": {
"vm_turn_on_data": {
"description": "VM turn on data",
"type": "object"
}
},
"required": [
"vm_turn_on_data"
],
"type": "object"
}