Uninstall the agent

  1. Remove the require("atatus-nodejs") from the first line of your application code.

  2. Remove the npm package by using the command, npm uninstall --save atatus-nodejs.

  3. Restart your Node.js server.

Uninstall the agent - ES modules (Babel, TypeScript)

  1. Remove the import atatus from 'atatus-nodejs/start' from the first line of your application code.

  2. Remove the npm package by using the command, npm uninstall --save atatus-nodejs.

  3. Delete the atatus-config.js file and unset any associated environment variables.

  4. Restart your Node.js server