Here instead of stoping the cluster, you can scale the resources to zero, This can be implemented temporarily. So that you can handle the clusters.
Use the below command for this temporary scale:
gcloud container clusters resize $CLUSTER_NAME --num-nodes=0
For more commands like this, refer to this tutorial on Google cloud certification