Resurrect run
POST/v2/actor-runs/:runId/resurrect
ClientsResurrects a finished actor run and returns an object that contains all the details about the resurrected run.
Only finished runs, i.e. runs with status FINISHED
, FAILED
, ABORTED
and TIMED-OUT
can be resurrected.
Run status will be updated to RUNNING and its container will be restarted with the same storages
(the same behaviour as when the run gets migrated to the new server).
For more information, see the Actor docs.
Request
Responses
- 200