Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_snapshot

Create a snapshot of a specific volume in CloudStack MCP Server by providing the volume ID and optional snapshot name to ensure data backup and recovery.

Instructions

Create a snapshot of a volume

Input Schema

NameRequiredDescriptionDefault
nameNoSnapshot name
volumeidYesVolume ID

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Snapshot name", "type": "string" }, "volumeid": { "description": "Volume ID", "type": "string" } }, "required": [ "volumeid" ], "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/phantosmax/cloudstack-mcp-server'

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