We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14c0c07 commit 936c493Copy full SHA for 936c493
compute/compute/snippets/sample_start_stop.py
@@ -105,7 +105,7 @@ def start_instance_with_encryption_key(
105
# [START compute_stop_instance]
106
def stop_instance(project_id: str, zone: str, instance_name: str):
107
"""
108
- Stops a stopped Google Compute Engine instance.
+ Stops a running Google Compute Engine instance.
109
110
Args:
111
project_id: project ID or project number of the Cloud project your instance belongs to.
0 commit comments