Skip to main content
Glama

GCP MCP

by henihaddad

stop_instance

Stops a specified Compute Engine instance on Google Cloud Platform by providing the project ID, zone, and instance name. Returns a status message confirming the operation.

Instructions

Stop a Compute Engine instance. Args: project_id: The ID of the GCP project zone: The zone where the instance is located (e.g., "us-central1-a") instance_name: The name of the instance to stop Returns: Status message indicating whether the instance was stopped successfully

Input Schema

NameRequiredDescriptionDefault
instance_nameYes
project_idYes
zoneYes

Input Schema (JSON Schema)

{ "properties": { "instance_name": { "title": "Instance Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "zone": { "title": "Zone", "type": "string" } }, "required": [ "project_id", "zone", "instance_name" ], "title": "stop_instanceArguments", "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/henihaddad/gcp-mcp'

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