Skip to main content
Glama

Civo MCP Server

MIT License
0
3

resize_instance

Change the size of a cloud instance on Civo to adjust computing resources like CPU and memory by specifying the instance ID, new size, and region.

Instructions

Resize a cloud instance on Civo

Input Schema

NameRequiredDescriptionDefault
idYesInstance ID
regionYesRegion identifier
sizeYesNew instance size

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "Instance ID", "type": "string" }, "region": { "description": "Region identifier", "type": "string" }, "size": { "description": "New instance size", "type": "string" } }, "required": [ "id", "size", "region" ], "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/tao12345666333/civo-mcp'

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