th0th/papertrail-cleaner

By th0th

Updated over 6 years ago

An image to clear all systems on Papertrail.

Image
0

24

Overview

This image helps you delete all log systems on Papertrail.

Running

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 Command

docker pull th0th/papertrail-cleaner