{
  "manifest_version": "1.0.0",
  "template": {
    "id": "50071684-9be4-465c-919b-33bdbc7aeaf8",
    "slug": "9g6vMR",
    "name": "Volume Unpacker",
    "description": "incident recovery tool to unpack a tar",
    "url": "https://railway.com/deploy/9g6vMR",
    "upstream": {
      "image": "ghcr.io/railwayapp/vol-unpacker:main"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Volume Unpacker",
      "source": {
        "image": "ghcr.io/railwayapp/vol-unpacker:main"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/",
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "TARBALL_URL",
      "service": "Volume Unpacker",
      "description": "Tarball url of the backup",
      "secret": false,
      "strategy": "ask_user"
    },
    {
      "key": "IGNORE_EXISTING_FILES",
      "service": "Volume Unpacker",
      "description": "Provide a value for IGNORE_EXISTING_FILES.",
      "secret": false,
      "strategy": "default",
      "default": "true"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "9g6vMR"
      }
    },
    "cli": "railway deploy --template 9g6vMR",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "50071684-9be4-465c-919b-33bdbc7aeaf8",
            "serializedConfig": {
              "services": {
                "d26fb998-0109-43aa-9aa8-9423de86eb40": {
                  "name": "Volume Unpacker",
                  "source": {
                    "image": "ghcr.io/railwayapp/vol-unpacker:main"
                  },
                  "variables": {
                    "TARBALL_URL": {
                      "description": "Tarball url of the backup",
                      "defaultValue": "{{TARBALL_URL}}"
                    },
                    "IGNORE_EXISTING_FILES": {
                      "defaultValue": "true"
                    }
                  },
                  "volumeMounts": {
                    "d26fb998-0109-43aa-9aa8-9423de86eb40": {
                      "mountPath": "/data/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0"
}
