th0th/papertrail-cleaner
An image to clear all systems on Papertrail.
24
This image helps you delete all log systems on Papertrail.
Careful: This will delete all your systems as well as logs from these systems on Papertail.
You can get your token here.
docker run \
--rm # delete container when done \
-e PAPERTRAIL_API_TOKEN=<PAPERTRAIL_TOKEN> \
th0th/papertrail-cleaner
docker pull th0th/papertrail-cleaner