cldkctl_create_vm_yaml
Generate and deploy virtual machines using YAML configuration files via the MCP cldkctl Server for streamlined VM management.
Instructions
Call the cldkctl_create_vm_yaml endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_yaml_data | Yes | VM YAML data |
Input Schema (JSON Schema)
{
"properties": {
"vm_yaml_data": {
"description": "VM YAML data",
"type": "object"
}
},
"required": [
"vm_yaml_data"
],
"type": "object"
}