@@ -1964,6 +1964,7 @@ Sub-client for manipulating a single actor run.
19641964* [ wait\_ for\_ finish()] ( #runclient-wait\_ for\_ finish )
19651965* [ metamorph()] ( #runclient-metamorph )
19661966* [ resurrect()] ( #runclient-resurrect )
1967+ * [ reboot()] ( #runclient-reboot )
19671968* [ dataset()] ( #runclient-dataset )
19681969* [ key\_ value\_ store()] ( #runclient-key\_ value\_ store )
19691970* [ request\_ queue()] ( #runclient-request\_ queue )
@@ -2108,6 +2109,22 @@ Run status will be updated to RUNNING and its container will be restarted with t
21082109
21092110***
21102111
2112+ #### [ ] ( #runclient-reboot ) ` RunClient.reboot() `
2113+
2114+ Reboot an Actor run. Only runs that are running, i.e. runs with status RUNNING can be rebooted.
2115+
2116+ [ https://docs.apify.com/api/v2#/reference/actor-runs/reboot-run/reboot-run ] ( https://docs.apify.com/api/v2#/reference/actor-runs/reboot-run/reboot-run )
2117+
2118+ * ** Returns**
2119+
2120+ The Actor run data.
2121+
2122+ * ** Return type**
2123+
2124+ ` dict `
2125+
2126+ ***
2127+
21112128#### [ ] ( #runclient-dataset ) ` RunClient.dataset() `
21122129
21132130Get the client for the default dataset of the actor run.
@@ -4416,6 +4433,7 @@ Async sub-client for manipulating a single actor run.
44164433* [ async wait\_ for\_ finish()] ( #runclientasync-wait\_ for\_ finish )
44174434* [ async metamorph()] ( #runclientasync-metamorph )
44184435* [ async resurrect()] ( #runclientasync-resurrect )
4436+ * [ async reboot()] ( #runclientasync-reboot )
44194437* [ dataset()] ( #runclientasync-dataset )
44204438* [ key\_ value\_ store()] ( #runclientasync-key\_ value\_ store )
44214439* [ request\_ queue()] ( #runclientasync-request\_ queue )
@@ -4560,6 +4578,22 @@ Run status will be updated to RUNNING and its container will be restarted with t
45604578
45614579***
45624580
4581+ #### [ ] ( #runclientasync-reboot ) ` async RunClientAsync.reboot() `
4582+
4583+ Reboot an Actor run. Only runs that are running, i.e. runs with status RUNNING can be rebooted.
4584+
4585+ [ https://docs.apify.com/api/v2#/reference/actor-runs/reboot-run/reboot-run ] ( https://docs.apify.com/api/v2#/reference/actor-runs/reboot-run/reboot-run )
4586+
4587+ * ** Returns**
4588+
4589+ The Actor run data.
4590+
4591+ * ** Return type**
4592+
4593+ ` dict `
4594+
4595+ ***
4596+
45634597#### [ ] ( #runclientasync-dataset ) ` RunClientAsync.dataset() `
45644598
45654599Get the client for the default dataset of the actor run.
0 commit comments