Skip to main content
Glama

MCP cldkctl Server

by raffelprama
MIT License
  • Linux
  • Apple

cldkctl_edit_persistent_volume

Modify persistent volume configurations on the MCP cldkctl Server by providing project ID, volume name, and updated volume data for precise management.

Instructions

Call the cldkctl_edit_persistent_volume endpoint

Input Schema

NameRequiredDescriptionDefault
nameYesPersistent Volume name
project_idYesProject ID
pv_dataYesPersistent Volume data

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Persistent Volume name", "type": "string" }, "project_id": { "description": "Project ID", "type": "string" }, "pv_data": { "description": "Persistent Volume data", "type": "object" } }, "required": [ "project_id", "name", "pv_data" ], "type": "object" }
Install Server

Other Tools from MCP cldkctl Server

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/raffelprama/mcp-cldkctl'

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