我想减少机器类型在谷歌云sql。我可以通过控制台做到这一点,但我想通过gcloud命令实现这一点。
参考链接:https://cloud.google.com/sql/docs/mysql/edit-instance gcloud
我已经尝试了下面的命令,但没有成功:
gcloud sql instances patch INSTANCE_NAME
——backup-start-time 16:00
您可以在这里找到该命令的参考文档:https://cloud.google.com/sdk/gcloud/reference/sql/instances/patch
你可能想做一些像
gcloud sql instances patch <instance> --tier=<machine-tier>