From f73a01e83cf69fd0c7ae1bc1d5d6be3d9b8f81d5 Mon Sep 17 00:00:00 2001 From: August Flanagan Date: Thu, 5 Oct 2023 16:46:38 -0700 Subject: [PATCH] Add Uninstall Instructions to Readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3500b07..5bb3309 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,12 @@ Flags: -p, --ping-api-key string Ping API Key -v, --verbose Verbose output --no-stdout Disable sending job output logs to Cronitor + --env Specify the environment to send Telemetry events to Use "cronitor [command] --help" for more information about a command. ``` + +### Uninstall CronitorCLI +First, you will need to update any crontab files that were edited to include Cronitor to remove the reference to `cronitor exec MONITOR_KEY` that were added when you created monitors. + +Then, remove the cronitor executable from wherever it was installed. If you followed our default instructions it can be removed with `rm /usr/bin/cronitor`