railway-mcp

by jason-tan-swe
Verified

volume_list

[API] List all volumes in a project

⚡️ Best for: ✓ Viewing persistent storage configurations ✓ Managing data volumes ✓ Auditing storage usage

→ Prerequisites: project_list

→ Next steps: volume_create

→ Related: service_info, database_deploy

Input Schema

NameRequiredDescriptionDefault
projectIdYesID of the project to list volumes for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectId": { "description": "ID of the project to list volumes for", "type": "string" } }, "required": [ "projectId" ], "type": "object" }