Send feedback
Delete the Ray cluster on Gemini Enterprise Agent Platform
Stay organized with collections
Save and categorize content based on your preferences.
When you finish developing an application for your Ray cluster
on Gemini Enterprise Agent Platform, delete the cluster to avoid unnecessary billing.
Note: You can't reuse the cluster name for up to two hours after deleting the
cluster.
Console
In the Google Cloud console, go to the Ray on Vertex AI page.
Go to the Ray page
Select the Ray cluster on Gemini Enterprise Agent Platform you want to delete.
Click Delete .
Vertex AI SDK for Python From the same Python environment where you connected to your Ray cluster on
Gemini Enterprise Agent Platform, run the following:
# Shut down the Ray on Vertex AI if currently connected
ray . shutdown ()
# Delete cluster
vertex_ray . delete_ray_cluster ( CLUSTER_RESOURCE_NAME )
Where:
CLUSTER_RESOURCE_NAME : CLUSTER_RESOURCE_NAME='projects/{}/locations/{}/persistentResources/{}'.format(PROJECT_ID , LOCATION , CLUSTER_NAME ).
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-04-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-21 UTC."],[],[]]