cldkctl_turn_off_vm
Shut down virtual machines by sending VM turn-off data to the MCP cldkctl Server through the designated endpoint.
Instructions
Call the cldkctl_turn_off_vm endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_turn_off_data | Yes | VM turn off data |
Input Schema (JSON Schema)
{
"properties": {
"vm_turn_off_data": {
"description": "VM turn off data",
"type": "object"
}
},
"required": [
"vm_turn_off_data"
],
"type": "object"
}