[Webinar] Discover key trends and best practices in Kubernetes observability with DevOps expert, Viktor Farcic.Register now
Our recognition in the inaugural Gartner MQ for DEM

Uninstall APM Insight Node.js Agent


To uninstall APM Insight Node.js agent, follow the below given instructions:

  1. Remove require('apminsight'); as the first line of the app's main module.
  2. Access the node packet manager (NPM).
  3. Remove the npm package with npm uninstall apminsight --save.
  4. After the uninstall process finishes, restart your application.
Back to Top