```json
{
  "next_action": "restart_service",
  "command": "sudo systemctl restart target_service",
  "requires_approval": true,
  "stop_condition": "health_check_success"
}
```