stop_instance
Stop a Compute Engine instance in a specified GCP project and zone. This action deallocates resources and halts billing until the instance is restarted.
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
| Name | Required | Description | Default |
|---|---|---|---|
| zone | Yes | ||
| project_id | Yes | ||
| instance_name | Yes |