Read on to learn how to uninstall the New Relic Node.js agent. For instructions on how to temporarily disable the agent, see Disable the agent.
To uninstall the New Relic Node.js agent:
- Remove
require('newrelic');
as the first line of the app's main module. - Remove the npm package with
npm uninstall newrelic --save
. - Delete the
newrelic.js
file and unset any environment variables being used. - When the uninstall process finishes, restart your app.
For more information about installation, see Installing and maintaining Node.js.
Tip
You may also want to remove your app from New Relic.