```json
{
  "next_action": "Request approval to restart service",
  "command": "systemctl restart <service>",
  "requires_approval": true,
  "stop_condition": "Health check passes"
}
```