> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# nemo_gym.server_status

## Module Contents

### Classes

| Name                                                     | Description                       |
| -------------------------------------------------------- | --------------------------------- |
| [`StatusCommand`](#nemo_gym-server_status-StatusCommand) | Main class to check server status |

### API

```python
class nemo_gym.server_status.StatusCommand()
```

Main class to check server status

```python
nemo_gym.server_status.StatusCommand.check_health(
    server_info: nemo_gym.server_utils.ServerInstanceDisplayConfig
) -> nemo_gym.server_utils.ServerStatus
```

Check if server is responding

```python
nemo_gym.server_status.StatusCommand.discover_servers() -> typing.List[nemo_gym.server_utils.ServerInstanceDisplayConfig]
```

Find all running NeMo Gym server processes

```python
nemo_gym.server_status.StatusCommand.display_status(
    servers: typing.List[nemo_gym.server_utils.ServerInstanceDisplayConfig]
) -> None
```

Show server info in a table