Skip to main content
Glama

volume_delete

Remove unused storage from a service to manage resources efficiently. Use this tool to delete volumes permanently after listing them via volume_list. Not intended for temporary data removal or backups.

Instructions

[API] Delete a volume from a service

⚡️ Best for: ✓ Removing unused storage ✓ Storage cleanup ✓ Resource management

⚠️ Not for: × Temporary data removal × Data backup (use volume_backup first)

→ Prerequisites: volume_list

→ Related: service_update

Input Schema

NameRequiredDescriptionDefault
volumeIdYesID of the volume to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "volumeId": { "description": "ID of the volume to delete", "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/jason-tan-swe/railway-mcp'

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