Uninstall the Node.js Agent

To uninstall the Node.js Agent:

  1. From the application root directory of the application from which you want to uninstall the agent enter:
    npm uninstall appdynamics
  2. Remove the "require("appdynamics")" statement from your Node.js applications.
  3. Restart the Node.js application.