cldkctl_vm_reboot
Reboot a virtual machine by specifying its VM ID using the MCP cldkctl Server. This tool enables users to quickly restart VMs through the cldkctl endpoint.
Instructions
Call the cldkctl_vm_reboot endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_id | Yes | ID of the VM to reboot |
Input Schema (JSON Schema)
{
"properties": {
"vm_id": {
"description": "ID of the VM to reboot",
"type": "string"
}
},
"required": [
"vm_id"
],
"type": "object"
}