We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5d1d9 commit f82a4f5Copy full SHA for f82a4f5
1 file changed
docs/api-guide.md
@@ -249,7 +249,7 @@ Activates a suspended actor by restoring it onto a physical worker.
249
* **Request:** `ResumeActorRequest`
250
* `actor_ref`: `ActorRef` of the actor to resume.
251
* `boot`: (Optional) If `true`, bypasses snapshots and performs a cold boot.
252
-* **Response:** `ResumeActorResponse` containing the updated `Actor` object (including the physical `worker_ip`).
+* **Response:** `ResumeActorResponse` containing the updated `Actor` object (including the physical `ateom_pod_ip`).
253
254
#### `SuspendActor`
255
Hibernate a running actor, capturing its current RAM and disk state into a snapshot.
0 commit comments