reboot_virtual_machine
Restart a virtual machine on the CloudStack MCP Server by specifying its VM ID, ensuring operational stability and resource efficiency in cloud infrastructure management.
Instructions
Reboot a virtual machine
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | VM ID to reboot |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"properties": {
"id": {
"description": "VM ID to reboot",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}