Storage Cleaner avatar
Storage Cleaner

Pricing

Pay per usage

Go to Store
Storage Cleaner

Storage Cleaner

useful-tools/storage-cleaner

Developed by

Useful tools

Maintained by Community

Storage cleaner is a tool to delete all your Storage types (Datasets, Key-Value storages and Request queues) on your Apify user account based on the amount of days since they were last accessed.

0.0 (0)

Pricing

Pay per usage

2

Monthly users

4

Runs succeeded

>99%

Last modified

4 months ago

What does Storage Cleaner do?

Storage cleaner is a tool to delete all your Storage types (Datasets, Key-Value storages and Request queues) on your Apify user account based on the amount of days since they were last accessed.

Input parameters

You can either use the user-friendly UI in Apify Console to set up your actor or input it directly via JSON. Storage Cleaner recognizes these fields:

  • deleteAfterDays - Sets the minimum limit value for Storages to be last accessed, otherwise they will be deleted.

  • forceDelete - When unchecked/false it will only provide log of Storages that were filtered based on deleteAfterDay value. If checked/true - the storages will be really deleted.

  • storageType - Type of storage to delete. Allowed values are:

    • "DATASET" - To delete only Dataset storages.
    • "KEY_VALUE" - To delete only Key-value storages.
    • "REQUEST_QUEUE" - To delete only Request queues.
    • "ALL" - To delete all previous mentioned.

Here are examples of the schema in JSON for the various types of input:

Delete all Storages that were last accessed more than 1 week (7 days) ago:

1{
2  "deleteAfterDays": 7,
3  "forceDelete": true,
4  "storageType": "ALL"
5}

Your feedback

We're always working on improving the performance of our actors. So if you've got any technical feedback on Storage Scraper, or simply found a bug, please create an issue on the actor's Issues tab in Apify Console.

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.