Skip to main content
Glama

Vultr MCP

by rsp2k

update_bare_metal_server

Modify bare metal server attributes including label, tag, user data, and DDoS protection settings using server identifier, hostname, or UUID for identification.

Instructions

Update a bare metal server. Smart identifier resolution: use server label, hostname, or UUID.

Args: server_identifier: The bare metal server label, hostname, or ID label: New label tag: New tag user_data: New user data enable_ddos_protection: Enable/disable DDoS protection

Returns: Updated bare metal server details

Input Schema

NameRequiredDescriptionDefault
enable_ddos_protectionNo
labelNo
server_identifierYes
tagNo
user_dataNo

Input Schema (JSON Schema)

{ "properties": { "enable_ddos_protection": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Enable Ddos Protection" }, "label": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Label" }, "server_identifier": { "title": "Server Identifier", "type": "string" }, "tag": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Tag" }, "user_data": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "User Data" } }, "required": [ "server_identifier" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/rsp2k/mcp-vultr'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server