Skip to content

Commit ef413de

Browse files
Update compute-engine-idle-shutdown.md
1 parent 24e54be commit ef413de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/compute-engine-idle-shutdown.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
This guide walks you through how to automatically configure auto-shutdown capabilities on any GCP virtual machine. Put simply, you only need to add a startup script that shuts down the VM after a specified period of inactivity. This safeguard helps ensure you don't forget to shut off your VM over the weekend, and accidentally burn through a big chunk of your budget.
33

44
## 1. Configure auto-shutdown on Vertex AI Notebook Instance
5-
When starting a new VertexAI notebook, you can enable idle shutdown by simply clicking a box and specifying the amount of time you want your machine idle before it shuts down. See our [VertexAI startup guide](/docs/vertexai.md) to see how to enable this important feature.
5+
When starting a new VertexAI notebook, you can enable idle shutdown by navigating to **Advanced options** and checking the box for enabling auto-shutdown. You must specify the amount of time you want your machine idle before it shuts down. See our [VertexAI startup guide](/docs/vertexai.md) to see how to enable this important feature.
6+
7+
![image showing idle shutdown selection](/images/images_for_creating_GCP_instances/6_instance_idle_shutdown.png)
68

79
For additional details on the other settings for user managed notebooks, see [this VertexAI Quickstart](https://cloud.google.com/vertex-ai/docs/workbench/user-managed/create-user-managed-notebooks-instance-console-quickstart).
810

0 commit comments

Comments
 (0)