79244092

Date: 2024-12-02 12:35:35
Score: 1.5
Natty:
Report link

By executing below commands app engines can be deleted.

Step 1: Create an empty dispatch.yaml file

echo "dispatch: []" > dispatch.yaml

Step 2: Deploy the empty dispatch.yaml

gcloud app deploy dispatch.yaml

Step 3: Delete the App Engine service

gcloud app services delete

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: abhishek dubey