diff --git a/pages/data-warehouse/how-to/manage-delete-deployment.mdx b/pages/data-warehouse/how-to/manage-delete-deployment.mdx
index a8f36d01f9..4d5f658de4 100644
--- a/pages/data-warehouse/how-to/manage-delete-deployment.mdx
+++ b/pages/data-warehouse/how-to/manage-delete-deployment.mdx
@@ -27,6 +27,7 @@ This page explains how to manage and delete your Data Warehouse deployment.
- [Connect to your deployment using frameworks](/data-warehouse/how-to/connect-applications/)
- Download the TLS certificate for your deployment
- [Connect BI tools to your deployment](/data-warehouse/how-to/connect-bi-tools/)
+ - [Start/Stop your deployment](/data-warehouse/how-to/start-stop-deployment/).
3. Click the **Settings** tab.
diff --git a/pages/data-warehouse/how-to/start-stop-deployment.mdx b/pages/data-warehouse/how-to/start-stop-deployment.mdx
new file mode 100644
index 0000000000..8be2c33ed9
--- /dev/null
+++ b/pages/data-warehouse/how-to/start-stop-deployment.mdx
@@ -0,0 +1,46 @@
+---
+title: How to start and& stop a Data Warehouse deployment
+description: This page details the steps to start and stop a Scaleway Data Warehouse for ClickHouse® deployment.
+tags: start stop power on off data warehouse clickhouse deployment
+dates:
+ validation: 2026-01-27
+ posted: 2026-01-27
+---
+
+import Requirements from '@macros/iam/requirements.mdx'
+
+This page explains how to start and stop a Data Warehouse for ClickHouse® deployment to efficiently manage the cost of your resources.
+
+
+
+- A Scaleway account logged into the [console](https://console.scaleway.com)
+- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
+- Created a [Data Warehouse deployment](/data-warehouse/how-to/create-deployment/)
+
+## How to stop a Data Warehouse for ClickHouse® deployment
+
+1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Data Warehouse deployment page displays.
+
+2. Click the name of the Data Warehouse deployment you want to stop. The overview tab of the deployment displays.
+
+3. Click the top-right **Actions** button, and select **Stop** from the drop-down menu. A confirmation pop-up displays.
+
+4. Click **Stop deployment** to confirm you action.
+
+Your deployment is now stopped.
+
+## How to start a Data Warehouse for ClickHouse® deployment
+
+1. Click **ClickHouse®** under **Data & Analytics** on the side menu. The Data Warehouse deployment page displays.
+
+2. Click the name of the Data Warehouse deployment you want to start. The overview tab of the deployment displays.
+
+3. Click the top-right **Actions** button, and select **Start** from the drop-down menu. A confirmation pop-up displays.
+
+4. Click **Start deployment** to confirm you action.
+
+Your deployment starts. This operation may take some time.
+
+
+You can use a [Serverless Job](/serverless-jobs/quickstart/) and the [Scaleway CLI](/scaleway-cli/quickstart/) to automatically start and stop your Data Warehouse deployment on a recurring schedule. Refer to the [dedicated documentation](/serverless-jobs/how-to/automate-resources-management/) for more information.
+
\ No newline at end of file
diff --git a/pages/data-warehouse/menu.ts b/pages/data-warehouse/menu.ts
index d2a6cf29f6..cb46f21db7 100644
--- a/pages/data-warehouse/menu.ts
+++ b/pages/data-warehouse/menu.ts
@@ -46,6 +46,10 @@ export const dataWarehouseMenu = {
label: 'Use Private Networks',
slug: 'use-private-networks',
},
+ {
+ label: 'Start/stop a deployment',
+ slug: 'start-stop-deployment',
+ },
{
label: 'Monitor a deployment',
slug: 'monitor-deployment',