faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > CleanupOptions

CleanupOptions interface

Options that apply to the FaastModule.cleanup() method.

Signature:

export interface CleanupOptions 

Properties

Property

Modifiers

Type

Description

deleteCaches?

boolean

(Optional) If true, delete cached resources. Default: false.

deleteResources?

boolean

(Optional) If true, delete provider cloud resources. Default: true.

gcTimeout?

number

(Optional) Number of seconds to wait for garbage collection. Default: 10.

  • CleanupOptions interface
  • Properties
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflow
More
BlogUser Showcase
Copyright © 2025 Andy Chou