cldkctl_vm_detail
Retrieve detailed information about a specific virtual machine by providing its unique ID using the cldkctl endpoint on the MCP cldkctl Server.
Instructions
Call the cldkctl_vm_detail endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_id | Yes | ID of the VM |
Input Schema (JSON Schema)
{
"properties": {
"vm_id": {
"description": "ID of the VM",
"type": "string"
}
},
"required": [
"vm_id"
],
"type": "object"
}