cldkctl_vm_turn_on
Activate a specific virtual machine by providing its ID using the MCP cldkctl Server functionality. Simplifies VM management through direct CLI access.
Instructions
Call the cldkctl_vm_turn_on endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_id | Yes | ID of the VM to turn on |
Input Schema (JSON Schema)
{
"properties": {
"vm_id": {
"description": "ID of the VM to turn on",
"type": "string"
}
},
"required": [
"vm_id"
],
"type": "object"
}