Uninstall the Google Cloud Platform Quickstart app¶
Stop Observe from collecting Google Cloud Platform data¶
To uninstall GCP collection, remove the observe-gcp-collection module by running the following in the root directory:
$ terraform destroy
The command removes the associated Service Accounts, Pub/Sub Topics, Log Sinks, and the data collection Cloud Function. This does not affect any enabled APIs GCP Console.
Service Account Private Keys also cease to work in the GCP app connections.
If you performed the deployment using the Deployment Manager, then you can delete it using the following commands:
$ gcloud beta deployment-manager deployments delete observe
The command removes the associated Service Accounts, Pub/Sub Topics, Log Sinks, and the data collection Cloud Function. This does not affect any enabled APIs GCP Console.
Service Account Private Keys also stop working in the GCP app connections.
To uninstall using the GCP Console, follow these steps:
Navigate to Service Account.
Under Email, select the Service Account Emails created in the installation steps.
Click Delete to delete the Service Accounts.
These should be associated with these sample descriptions:
For my Observe Poller
For data collection Cloud Function
For triggering the data collection Cloud Function via Scheduler
Navigate to Topics.
Select the Topic ID created in the installation steps.
Click Delete to delete the Pub/Sub Topic.
Navigate to Log Router
Select the Log Router Sink created in the installation steps for Observe Pub/Sub Topic.
Click Delete to delete the Log Router Sink.
Navigate to Cloud Functions
Select the Function created in the installation steps.
Click Delete to delete the Function.
Navigate to Cloud Scheduler
Select the Scheduler Job created in the installation steps.
Click the Delete icon to delete the Scheduler Job.
Service Account Private Keys also stop working in the GCP app connections.
Optionally, disable the following APIs GCP Console:
Baseline:
Service-specific:
Uninstall the Google Cloud Platform Quickstart app¶
To uninstall the GCP Quickstart app from your Observe workspace, follow the instructions located at Apps page.
To uninstall the GCP pollers, follow the instructions located at Github Poller Upgrade page.