```json
{
  "next_action": "request_approval_for_restart",
  "command": "systemctl restart service",
  "requires_approval": true,
  "stop_condition": "health check passes"
}
```