Skip to content

Commit a72c73d

Browse files
committed
feat(inf): add change model how to
1 parent 5e5f6f5 commit a72c73d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

menu/navigation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,10 @@
904904
"label": "Import a custom model",
905905
"slug": "import-custom-model"
906906
},
907+
{
908+
"label": "Change the model of a deployment",
909+
"slug": "change-model"
910+
},
907911
{
908912
"label": "Monitor a deployment",
909913
"slug": "monitor-deployment"
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: How to change the model of a Managed Inference deployment
3+
description: Learn how to change the model of your Scaleway Managed Inference deployment in just a few easy clicks.
4+
tags: managed-inference ai-data change model
5+
dates:
6+
posted: 2025-07-18
7+
validation: 2025-07-18
8+
categories:
9+
- ai-data
10+
---
11+
import Requirements from '@macros/iam/requirements.mdx'
12+
13+
14+
You can change the model used by your Managed Inference deployment at any time. Follow the steps below to change the model using the Scaleway console:
15+
16+
<Requirements />
17+
18+
- A Scaleway account logged into the [console](https://console.scaleway.com)
19+
- A [Managed Inference deployment](/managed-inference/quickstart/)
20+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
21+
22+
1. Click **Managed Inference** in the **AI** section of the [Scaleway console](https://console.scaleway.com) side menu. A list of your deployments displays.
23+
2. From the drop-down menu, select the geographical region you want to manage.
24+
3. Choose a deployment either by clicking its name, or selecting **More info** from the drop-down menu represented by the icon <Icon name="more" /> to access the deployment dashboard.
25+
4. Click the **Settings** tab of your deployment to display additional settings.
26+
5. In the **Model** panel, click **Change model**.
27+
A pop-up displays, showing your current model.
28+
6. From the drop-down menu, select the model you want to change to, and click **Change model**.
29+
<br/> <br/>
30+
The change of model is initiated. Note that while the model is changed, your deployment will not be available for 15 - 30 minutes.

0 commit comments

Comments
 (0)