@@ -1964,6 +1964,7 @@ Sub-client for manipulating a single actor run.
1964
1964
* [ wait\_ for\_ finish()] ( #runclient-wait\_ for\_ finish )
1965
1965
* [ metamorph()] ( #runclient-metamorph )
1966
1966
* [ resurrect()] ( #runclient-resurrect )
1967
+ * [ reboot()] ( #runclient-reboot )
1967
1968
* [ dataset()] ( #runclient-dataset )
1968
1969
* [ key\_ value\_ store()] ( #runclient-key\_ value\_ store )
1969
1970
* [ request\_ queue()] ( #runclient-request\_ queue )
@@ -2108,6 +2109,22 @@ Run status will be updated to RUNNING and its container will be restarted with t
2108
2109
2109
2110
***
2110
2111
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
+
2111
2128
#### [ ] ( #runclient-dataset ) ` RunClient.dataset() `
2112
2129
2113
2130
Get the client for the default dataset of the actor run.
@@ -4416,6 +4433,7 @@ Async sub-client for manipulating a single actor run.
4416
4433
* [ async wait\_ for\_ finish()] ( #runclientasync-wait\_ for\_ finish )
4417
4434
* [ async metamorph()] ( #runclientasync-metamorph )
4418
4435
* [ async resurrect()] ( #runclientasync-resurrect )
4436
+ * [ async reboot()] ( #runclientasync-reboot )
4419
4437
* [ dataset()] ( #runclientasync-dataset )
4420
4438
* [ key\_ value\_ store()] ( #runclientasync-key\_ value\_ store )
4421
4439
* [ request\_ queue()] ( #runclientasync-request\_ queue )
@@ -4560,6 +4578,22 @@ Run status will be updated to RUNNING and its container will be restarted with t
4560
4578
4561
4579
***
4562
4580
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
+
4563
4597
#### [ ] ( #runclientasync-dataset ) ` RunClientAsync.dataset() `
4564
4598
4565
4599
Get the client for the default dataset of the actor run.
0 commit comments