Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 867 Bytes

clean_up.md

File metadata and controls

34 lines (23 loc) · 867 Bytes

Clean up

The fastest way to clean up is to delete the entire Google Cloud project. Follow the steps below if you want to keep the project but delete resources created through this demo.

Before you begin

  1. Set your PROJECT_ID environment variable:

    export PROJECT_ID=<YOUR_PROJECT_ID>

Deleting Cloud Run deployment resources

  1. Delete the Cloud Run service deployed:

    gcloud run services delete retrieval-service
  2. Delete service account:

    gcloud iam service-accounts delete \
        retrieval-identity@$PROJECT_ID.iam.gserviceaccount.com

Delete datastore resources