Skip to main content

Reboot run

POST 

/v2/actor-runs/:runId/reboot

ClientsApify API Python Client ReferenceApify API JavaScript Client ReferenceReboots an Actor run and returns an object that contains all the details about the rebooted run.

Only runs that are running, i.e. runs with status RUNNING can be rebooted.

The run's container will be restarted, so any data not persisted in the key-value store, dataset, or request queue will be lost.

Request

Responses

Response Headers