Skip to main content

October 1, 2025 - CoreWeave AI Object Storage Automated Archive

CoreWeave AI Object Storage Automated Archive

Update Storage CoreWeave AI Object Storage Automated Archive is now available. This feature automatically archives inactive objects after 30 days.

Overview

CoreWeave AI Object Storage Automated Archive automatically archives inactive objects after 30 days. This feature is useful for reducing storage costs by archiving infrequently accessed objects. The cost is $0.019/GB/mo. Learn more about pricing.

Data billed as Automated Archive has the same performance as non-archived data. This feature is enabled by default starting October 1, 2025.

How it works

When objects are evaluated for archiving during hourly billing cycles, they are classified as either active or inactive:

  • Objects that are newly uploaded or accessed within the last 30 days are considered active.
  • Objects that haven't been accessed for 30+ days are considered inactive. Specifically, an object is inactive if no bytes of the object have been read in the trailing 30 days at the time it is measured for hourly billing.

What counts as object access

Objects are evaluated for archiving during hourly billing cycles. The 30-day period is measured from the last access time. The following actions reset the 30-day timer and keep objects active:

ActionAPI MethodDescription
UploadPutObject, UploadPartWhen the object is first uploaded
ReadGetObjectWhen the object is downloaded or accessed
CopyCopyObject, UploadPartCopyWhen the object is copied (both source and destination are considered "accessed")