Is there a way to stop/disable a Google Cloud Function?

前端 未结 5 961
無奈伤痛
無奈伤痛 2021-02-12 14:40

I have running multiple Google Cloud functions. One is not operating well, so I want to stop them until I\'ve fixed the situation.

I have seen that I can remove the func

5条回答
  •  -上瘾入骨i
    2021-02-12 15:09

    There's no button or switch you can turn to "switch it off". And I prefer to maintan a "single source of truth" when developing, so I removed them. If you have a CI integrated in your git (like gitlab CI) it should be just one click to re-deploy

提交回复
热议问题