From 048cb3584c4564aac98d234c25767ddacab2b6cb Mon Sep 17 00:00:00 2001 From: Sam Crowder Date: Mon, 30 Jun 2025 17:34:18 -0700 Subject: [PATCH] self hosted control plane no longer in beta (#5286) * self hosted control plane no longer in beta * accidental changes --- docs/docs/concepts/deployment_options.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/concepts/deployment_options.md b/docs/docs/concepts/deployment_options.md index 2e23ec97e..247a392f8 100644 --- a/docs/docs/concepts/deployment_options.md +++ b/docs/docs/concepts/deployment_options.md @@ -18,9 +18,9 @@ There are 4 main options for deploying with the [LangGraph Platform](langgraph_p 1. [Cloud SaaS](#cloud-saas) -1. [Self-Hosted Data Plane(Beta)](#self-hosted-data-plane) +1. [Self-Hosted Data Plane](#self-hosted-data-plane) -1. [Self-Hosted Control Plane(Beta)](#self-hosted-control-plane) +1. [Self-Hosted Control Plane](#self-hosted-control-plane) 1. [Standalone Container](#standalone-container) @@ -50,7 +50,7 @@ For more information, please see: ## Self-Hosted Data Plane !!! info "Important" - The Self-Hosted Data Plane deployment option is currently in beta stage and requires an [Enterprise](../concepts/plans.md) plan. + The Self-Hosted Data Plane deployment option requires an [Enterprise](../concepts/plans.md) plan. The [Self-Hosted Data Plane](./langgraph_self_hosted_data_plane.md) deployment option is a "hybrid" model for deployment where we manage the [control plane](./langgraph_control_plane.md) in our cloud and you manage the [data plane](./langgraph_data_plane.md) in your cloud. This option provides a way to securely manage your data plane infrastructure, while offloading control plane management to us. @@ -66,7 +66,7 @@ For more information, please see: ## Self-Hosted Control Plane !!! info "Important" - The Self-Hosted Control Plane deployment option is currently in beta stage and requires an [Enterprise](../concepts/plans.md) plan. + The Self-Hosted Control Plane deployment option requires an [Enterprise](../concepts/plans.md) plan. The [Self-Hosted Control Plane](./langgraph_self_hosted_control_plane.md) deployment option is a fully self-hosted model for deployment where you manage the [control plane](./langgraph_control_plane.md) and [data plane](./langgraph_data_plane.md) in your cloud. This option gives you full control and responsibility of the control plane and data plane infrastructure.