power_on_vultr_instance
Power on a Vultr instance securely with three-step confirmation for instance ID, IP, and name. Part of the Cloud Manage MCP Server for streamlined cloud server management.
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": "power_on_vultr_instanceArguments",
"type": "object"
}