Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_snapshot

Generate a snapshot of a specified volume in Apache CloudStack using the CloudStack MCP Server, ensuring data preservation and recovery readiness by providing the volume ID and optional snapshot name.

Instructions

Create a snapshot of a volume

Input Schema

NameRequiredDescriptionDefault
nameNoSnapshot name
volumeidYesVolume ID to snapshot

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "name": { "description": "Snapshot name", "type": "string" }, "volumeid": { "description": "Volume ID to snapshot", "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