Restart pod
PATCH/pods/restart/:namespace/:podName
Restarts a pod by deleting it (the StatefulSet controller recreates it), waits for it to reach Running state, then replays all persisted driver operations from its history. The response includes a took_time breakdown separating pod_restart (time until Running) from replay (re-execution of persisted actions).
Request
Responses
- 200
- 400
- 404
- 500
OK
Bad Request
Not Found
Internal Server Error