LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    LangGraph Store
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-cliclidev
    Function●Since v0.1

    dev

    CLI entrypoint for running the LangGraph API server.

    Copy
    dev(
      host: str,
      port: int,
      no_reload: bool,
      config: str,
      n_jobs_per_worker
    View source on GitHub
    :
    int
    |
    None
    ,
    no_browser
    :
    bool
    ,
    debug_port
    :
    int
    |
    None
    ,
    wait_for_client
    :
    bool
    ,
    studio_url
    :
    str
    |
    None
    ,
    allow_blocking
    :
    bool
    ,
    tunnel
    :
    bool
    ,
    server_log_level
    :
    str
    )