reboot_vultr_instance
Restart Vultr instances securely with triple confirmation—ensuring accurate identification and prevention of unintended reboots in cloud environments managed via the MCP server.
Instructions
重启Vultr实例(需要三次确认)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
instance_id | Yes | ||
ip_confirmation | No | ||
name_confirmation | No | ||
operation_confirmation | No |
Input Schema (JSON Schema)
{
"properties": {
"instance_id": {
"title": "Instance Id",
"type": "string"
},
"ip_confirmation": {
"default": "",
"title": "Ip Confirmation",
"type": "string"
},
"name_confirmation": {
"default": "",
"title": "Name Confirmation",
"type": "string"
},
"operation_confirmation": {
"default": "",
"title": "Operation Confirmation",
"type": "string"
}
},
"required": [
"instance_id"
],
"title": "reboot_vultr_instanceArguments",
"type": "object"
}