Delete Named Storages avatar
Delete Named Storages
Try for free

No credit card required

View all Actors
Delete Named Storages

Delete Named Storages

mnmkng/delete-named-storages
Try for free

No credit card required

Deletes your named storages by matching their names with a RegExp, selecting a date, or more. Enables deleting multiple named storages fast and safe using a UI rather than API.

Storage type

storageTypeEnumRequired

Type of the storages you want to delete.

Value options:

"DATASET": string"KEY_VALUE_STORE": string"REQUEST_QUEUE": string

Matching expression

matchingExpressionstringRequired

A regular expression in a string format used to match the names of storages to be deleted. It will be used to create an instance of RegExp using new RegExp(expression) All storages matching the pattern will be deleted unless other filters are provided.

Storage creation date

createdAtstringOptional

Use YYYY-MM-DD format. The option limits the deleted storages to the ones created on the provided date. If you want to delete all storages from a given date, use '.*' as your Matching expression.

Max deleted storages

maxDeletedStoragesintegerOptional

Limit the number of deleted storages to the given amount.

Newest first

newestFirstbooleanOptional

Sort storages from newest to oldest. In combination with the Max storages to delete option, this enables to "delete 5 newest storages" and similar commands.

Force delete

forceDeletebooleanOptional

If you are REALLY AND ABSOLUTELY sure that your filters will delete exactly the storages you need then you can use this flag to delete them immediately without the need for confirmation by a second run of the actor. Tread carefully!

Default value of this property is false

Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 0.0 days response time
  • Created in Jan 2020
  • Modified about 3 years ago
Categories