---
title: Uninstall the Python agent
source: https://docs.newrelic.com/docs/apm/agents/python-agent/installation/uninstall-python-agent
---

This document explains how to uninstall the Python agent. For instructions on how to temporarily disable the agent, see [Disable the agent](https://docs.newrelic.com/docs/agents/manage-apm-agents/installation/disable-apm-agent#python).

To uninstall your Python agent:

1.  Use one of these methods:

    -   If you installed with PIP, run:

        ```sh
        pip uninstall newrelic
        ```
    -   If you installed with `easy_install`, run:

        ```sh
        easy_install -m newrelic
        ```
2.  When the uninstall process finishes, restart your app.

> #### 💡 TIP
>
> You may also want to [remove your app](https://docs.newrelic.com/docs/apm/new-relic-apm/maintenance/remove-applications-from-new-relic-ui) from the APM UI.
