Skip to main content
Glama

Cloud Manage MCP Server

by rainhan99

power_off_digitalocean_droplet

Forcefully shut down a DigitalOcean Droplet after three confirmations, ensuring proper termination of the specified droplet ID. Managed via the Cloud Manage MCP Server for secure cloud operations.

Instructions

强制关闭DigitalOcean Droplet(需要三次确认)

Input Schema

NameRequiredDescriptionDefault
droplet_idYes
ip_confirmationNo
name_confirmationNo
operation_confirmationNo

Input Schema (JSON Schema)

{ "properties": { "droplet_id": { "title": "Droplet Id", "type": "integer" }, "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": [ "droplet_id" ], "title": "power_off_digitalocean_dropletArguments", "type": "object" }

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/rainhan99/cloud_manage_mcp_server'

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