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-clicliup
    Function●Since v0.1

    up

    Copy
    up(
      config: pathlib.Path,
      docker_compose: pathlib.Path | None,
      port: int,
      recreate:
    View source on GitHub
    bool
    ,
    pull
    :
    bool
    ,
    watch
    :
    bool
    ,
    wait
    :
    bool
    ,
    verbose
    :
    bool
    ,
    debugger_port
    :
    int
    |
    None
    ,
    debugger_base_url
    :
    str
    |
    None
    ,
    postgres_uri
    :
    str
    |
    None
    ,
    api_version
    :
    str
    |
    None
    ,
    engine_runtime_mode
    :
    str
    ,
    image
    :
    str
    |
    None
    ,
    base_image
    :
    str
    |
    None
    )