---
title: PodInfo
sidebar_label: PodInfo
sidebar_position: 2
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lium.io/llms.txt
> Use this file to discover all available pages before exploring further.

<!-- Generated by scripts/generate_sdk_reference.py. Do not edit directly. -->

# PodInfo

```python
from lium.sdk import PodInfo
```

Defined in `lium.sdk.models`.

```python
PodInfo(
    id: str,
    name: str,
    status: str,
    huid: str,
    ssh_cmd: Optional[str],
    ports: Dict,
    created_at: str,
    updated_at: str,
    executor: Optional[lium.sdk.models.ExecutorInfo],
    template: Dict,
    removal_scheduled_at: Optional[str],
    jupyter_installation_status: Optional[str],
    jupyter_url: Optional[str]
)
```

## Fields

| Name | Type | Default |
| --- | --- | --- |
| `id` | str |  |
| `name` | str |  |
| `status` | str |  |
| `huid` | str |  |
| `ssh_cmd` | Optional[str] |  |
| `ports` | Dict |  |
| `created_at` | str |  |
| `updated_at` | str |  |
| `executor` | Optional[[ExecutorInfo](/developers/sdk/reference/models/executor-info)] |  |
| `template` | Dict |  |
| `removal_scheduled_at` | Optional[str] |  |
| `jupyter_installation_status` | Optional[str] |  |
| `jupyter_url` | Optional[str] |  |

## Properties

| Name | Type | Description |
| --- | --- | --- |
| `host` | Optional[str] |  |
| `username` | Optional[str] |  |
| `ssh_port` | int | Extract SSH port from command. |
