Skip to main content
Glama

Novita MCP Server

Official
by novitalabs

delete-network-storage

Remove network storage by specifying its unique ID. Use this action to manage Novita MCP Server resources effectively and ensure clean allocation of storage space.

Input Schema

NameRequiredDescriptionDefault
storageIdYesThe unique ID of the network storage to delete. Please ensure it exists before updating.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "storageId": { "description": "The unique ID of the network storage to delete. Please ensure it exists before updating.", "minLength": 1, "type": "string" } }, "required": [ "storageId" ], "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/novitalabs/novita-mcp-server'

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