Skip to main content
Glama

Vultr MCP

by rsp2k

update_startup_script

Modify existing startup scripts by updating their name or content using either script name or UUID for identification within Vultr cloud infrastructure.

Instructions

Update a startup script. Smart identifier resolution: use script name or UUID.

Args: script_identifier: The startup script name or ID name: New name for the script script: New script content

Returns: Updated startup script details

Input Schema

NameRequiredDescriptionDefault
nameNo
scriptNo
script_identifierYes

Input Schema (JSON Schema)

{ "properties": { "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" }, "script": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Script" }, "script_identifier": { "title": "Script Identifier", "type": "string" } }, "required": [ "script_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