Skip to content
Closed
2 changes: 1 addition & 1 deletion docs/api-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Activates a suspended actor by restoring it onto a physical worker.
* **Request:** `ResumeActorRequest`
* `actor`: `ObjectRef` of the actor to resume.
* `boot`: (Optional) If `true`, bypasses snapshots and performs a cold boot.
* **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`).

#### `SuspendActor`
Hibernate a running actor, capturing its current RAM and disk state into a snapshot.
Expand Down