Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/data-warehouse/how-to/manage-delete-deployment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
46 changes: 46 additions & 0 deletions pages/data-warehouse/how-to/start-stop-deployment.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
title: How to start and& stop a Data Warehouse deployment
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: How to start and& stop a Data Warehouse deployment
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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
tags: start stop power on off data warehouse clickhouse deployment
tags: start stop 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.

<Requirements />

- 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Click **Stop deployment** to confirm you action.
4. Click **Stop deployment** to confirm your 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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
4. Click **Start deployment** to confirm you action.
4. Click **Start deployment** to confirm your action.


Your deployment starts. This operation may take some time.

<Message type="tip">
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.
</Message>
4 changes: 4 additions & 0 deletions pages/data-warehouse/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading