Skip to main content
Glama

Dataproc MCP Server

by warrenzhu25

delete_cluster

Remove a Dataproc cluster by specifying the Google Cloud project ID, region, and cluster name. This tool simplifies cluster management within the Dataproc MCP Server environment.

Instructions

Delete a Dataproc cluster.

Args: project_id: Google Cloud project ID region: Dataproc region cluster_name: Name of the cluster to delete

Input Schema

NameRequiredDescriptionDefault
cluster_nameYes
project_idYes
regionYes

Input Schema (JSON Schema)

{ "properties": { "cluster_name": { "title": "Cluster Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "region": { "title": "Region", "type": "string" } }, "required": [ "project_id", "region", "cluster_name" ], "title": "delete_clusterArguments", "type": "object" }

Other Tools from Dataproc MCP 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/warrenzhu25/dataproc-mcp'

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