This document explains how to uninstall the Python agent. For instructions on how to temporarily disable the agent, see Disable the agent.
To uninstall your Python agent:
Use one of these methods:
If you installed with PIP, run:
bash$pip uninstall newrelicIf you installed with
easy_install
, run:bash$easy_install -m newrelic
When the uninstall process finishes, restart your app.
Tip
You may also want to remove your app from the APM UI.