Delete Builds avatar
Delete Builds

Pricing

Pay per usage

Go to Store
Delete Builds

Delete Builds

Developed by

Useful tools

Useful tools

Maintained by Community

Actor that deletes untagged builds of other actors on Apify platform.

0.0 (0)

Pricing

Pay per usage

0

Total users

2

Monthly users

1

Runs succeeded

>99%

Last modified

2 months ago

☣️ Delete Builds ☣️

Actor that deletes builds of other actors on Apify platform.

Originally for untagged builds, now also supports date filtering.

❗️Warning: Set input with care to prevent losses❗️

⚠️ Read the input schema carefully so you learn what each field does and so you can learn more about all_but_latest and utc fields.

Tip

If you want to delete all builds with all tags (but latest) older than 3 days, you can use following input:

{
"actorIds": [...],
"forceDelete": ["all_but_latest"],
"deleteOnlyOlder": "3 days"
}