cldkctl_reboot_vm
Initiate a VM reboot using the cldkctl endpoint on the MCP cldkctl Server, ensuring proper reboot data is provided for execution.
Instructions
Call the cldkctl_reboot_vm endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_reboot_data | Yes | VM reboot data |
Input Schema (JSON Schema)
{
"properties": {
"vm_reboot_data": {
"description": "VM reboot data",
"type": "object"
}
},
"required": [
"vm_reboot_data"
],
"type": "object"
}