# find_deployment_id_by_name

> **Function** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/deploy/find_deployment_id_by_name)

Return deployment ID for an exact name match, or None if not found.

## Signature

```python
find_deployment_id_by_name(
    client: HostBackendClient,
    name: str | None,
) -> str | None
```

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1142ebf9213e3eb01b9d1e7223b9f6b30bf8da61/libs/cli/langgraph_cli/deploy.py#L154)