replica_restart
Restart a wedged Serve replica to resolve inference failures. Drop in-flight requests and respawn the actor; use dry-run to preview.
Instructions
[WRITE][risk=high] Restart one wedged Serve replica (kills + respawns the actor).
Drops the replica's in-flight requests — pass dry_run=True to preview.
Args: application: Serve application name. deployment: Deployment name. replica_id: Replica id (from replica_list). dry_run: If True, preview without restarting. target: Inference target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| dry_run | No | ||
| deployment | Yes | ||
| replica_id | Yes | ||
| application | Yes |