stop_instance
Stop a specific Compute Engine instance on Google Cloud Platform by providing project ID, zone, and instance name for precise resource management.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_name | Yes | ||
| project_id | Yes | ||
| zone | Yes |