Skip to main content
apify.resurrectRun starts a new run from a finished Apify Actor run and its storage resources.

Example

automations/apify-resurrect-run.automation.ts

Inputs

runId is required. You can override build, maxItems, maxTotalChargeUsd, memoryMbytes, restartOnError, and timeoutSecs with the same constraints as Start Actor.

Output

Returns the new Actor run created by Apify. Resurrection reuses the finished run’s input and storage resources but creates a distinct run. Repeat calls create additional runs.