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