---
title: "Update the plan of Analytics"
description: "Find out how to upgrade the service plan of your cluster"
url: https://docs.ovhcloud.com/en/guides/public-cloud/data-analytics/analytics/update-cluster-plan
lang: en
lastUpdated: 2025-02-03
---
# Update the plan of Analytics

## Objective

Learn how to upgrade the service plan of your cluster according to your needs.

:::warning
Once you have upgraded your solution, you will not be able to downgrade to a lower solution.

:::

## Requirements

- Access to the <ManagerLink to="/">OVHcloud Control Panel</ManagerLink> or to the [OVHcloud API](https://eu.api.ovh.com/)
- A [Public Cloud project](https://www.ovhcloud.com/en-gb/public-cloud/) in your OVHcloud account

## Instructions

### Using the OVHcloud Control Panel


To upgrade the service plan of your cluster, log in to the OVHcloud Control Panel
 and open your Public Cloud project. Click `Data Analysis
` or `Data Streaming
` in the left navigation bar, then select your engine instance.
![Cluster overview](/images/public-cloud/data-analytics/analytics/analytics-update-cluster-plan/cluster_overview.png)
Click `Change solution
` and adjust the Plan of your cluster.
![Change solution](/images/public-cloud/data-analytics/analytics/analytics-update-cluster-plan/plan_change_view.png)

### Using the OVHcloud API

:::tip
If you are not familiar with using the OVHcloud API, please refer to our guide on [Getting started with the OVHcloud API](/en/guides/manage-and-operate/api/first-steps.md).

:::

To upgrade or downgrade the service plan of your cluster, use the following API call:


🇪🇺EU▾

[PUT/cloud/project/{serviceName}/database/{engine}/{clusterId}](https://eu.api.ovh.com/console/?section=/cloud&branch=v1#put-/cloud/project/-serviceName-/database/-engine-/-clusterId-)

```console
body : {
    plan: <essential|business|enterprise>
}
```

If you downgrade to an Essential plan, your current flavor and/or number of nodes will be downgraded automatically if they exceed the limits of the Essential plan.

## We want your feedback!

We would love to help answer questions and appreciate any feedback you may have.

If you need training or technical assistance to implement our solutions, contact your sales representative or click on [this link](https://www.ovhcloud.com/en-gb/professional-services/) to get a quote and ask our Professional Services experts for a custom analysis of your project.

Are you on Discord? Connect to our channel at [https://discord.gg/ovhcloud](https://discord.gg/ovhcloud) and interact directly with the team that builds our analytics service!

Join our [community of users](https://community.ovhcloud.com/).
