Last active
December 4, 2025 20:55
-
-
Save suryastef/e72b46543cf07bd6c08b69d2eed8e765 to your computer and use it in GitHub Desktop.
Uninstall google-cloud-ops-agent, used by GCP monitoring and logging for GCE instances
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This will remove google-cloud-ops-agent installation | |
| curl -fsSL https://raw.githubusercontent.com/GoogleCloudPlatform/getting-started-python/refs/heads/main/gce/add-google-cloud-ops-agent-repo.sh | bash -s -- --uninstall --remove-repo | |
| # Reference can be found here: https://github.com/GoogleCloudPlatform/getting-started-python/blob/main/gce/add-google-cloud-ops-agent-repo.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment