When is temporary disk space released?

Updated at:
Copy as MD

Temporary disk space is tied to the lifecycle of the underlying container that runs your function. As long as the container is active — processing requests or sitting idle between them — the disk and its contents are preserved. When the container has received no requests for an extended period, the system reclaims it, and all data on the disk is deleted.