Skip to content

Commit b42b7e7

Browse files
committed
feat(dedicated): change page name and improve introduction
ref: #PUBM-45215
1 parent 2aa07a9 commit b42b7e7

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

pages/bare_metal_cloud/dedicated_servers/personal-templates-end-of-life/guide.en-gb.md

+13-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Personal installation templates end of life
2+
title: End of life for personal installation templates
33
excerpt: Information about removal of your personal installation templates & workaround
4-
updated: 2025-04-28
4+
updated: 2025-04-29
55
---
66

7-
**This is an important piece of information, please read the entire message carefully.**
7+
**This is an important piece of information, please read the entire message carefully as you might be impacted in the future if you request an OS installation on a new dedicated server or an OS reinstallation on a dedicated server you already have.**
88

9-
## Context
9+
## Context<a name="context"></a>
1010

1111
OVHcloud is constantly evolving and must adapt its offerings to the increasingly resilient and regulated cloud market. In order to meet those new challenges, **personal templates for dedicated servers OS installation** will be fully decommissioned on the **7th of October 2025**.
1212

@@ -18,12 +18,14 @@ This feature allowed requesting an OS installation on a dedicated server by usin
1818
- SSH public key,
1919
- post-installation script.
2020

21-
This decommissioning will be done in 2 steps:
21+
In order to simplify the OS installation on dedicated servers as well as the migration communication, a new API call `POST /dedicated/server/{serviceName}/reinstall`{.action} was created. This API call is the successor of the old route `POST /dedicated/server/{serviceName}/install/start`{.action}. The old route had the ability to target an OS installation from an OVHcloud template **or a personal template**. Old route and personal templates notion will be decommissioned, and new route only has ability to target OS installation from an OVHcloud template. Also note that the confused "OVHcloud template" terminology will gradually disappear in favor of "operating system".
22+
23+
Personal templates decommissioning will be done in 2 steps:
2224

2325
### Step 1: 17th of June 2025<a name="step-1"></a>
2426

2527
- Customers will no longer be able to **edit** or **add** new personal templates.
26-
- Customers having personal template(s) and active subscriptions to dedicated servers will receive custom technical information by email to help them migrate their personal template(s) to the new /reinstall API call.
28+
- Customers having personal template(s) and active subscriptions to dedicated servers will receive custom technical information by email to help them migrate their personal template(s) to the [new /reinstall API call](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall).
2729

2830
### Step 2: 7th of October 2025<a name="step-2"></a>
2931

@@ -32,9 +34,9 @@ This decommissioning will be done in 2 steps:
3234

3335
Please note that customers will still have the email from the 17th of June 2025 with technical documentation based on their personal templates data to help them migrate to the new API call.
3436

35-
## Instructions
37+
## Instructions<a name="instructions"></a>
3638

37-
The following section contains specific information per usage of the service.
39+
The following section contains specific information depending on whether OVHcloud, SoYouStart or Kimsufi customer and whether you are currently using control panel or API to install OS on your dedicated server.
3840

3941
### Using OVHcloud, SoYouStart or Kimsufi Control Panel<a name="ux"></a>
4042

@@ -43,7 +45,7 @@ The `Install one of your templates`{.action} wizard to install an operating syst
4345
- write a script that uses the API (best for automation, but requires programming skills): see section [Using OVHcloud, SoYouStart or Kimsufi API](#api) below.
4446
- move to the API console (recommended, good tradeoff): Once authenticated, you just need to provide the exact JSON payload with the OS installation details. **You will receive the payloads corresponding to your personal templates in the email communication that will be sent on the 17th of June 2025**.
4547

46-
Although you could start exploring the examples and schemas of the [new API call in the API console](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall) and look at its [public documentation](/pages/bare_metal_cloud/dedicated_servers/api-os-installation), here is the temporary workaround you can follow until your receive the payloads in the email of the 17th of June 2025.
48+
Although you could start exploring the examples and schemas of the [new /reinstall API call in the API console](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall) and look at its [public documentation](/pages/bare_metal_cloud/dedicated_servers/api-os-installation), here is the temporary workaround you can follow until your receive the payloads for new API route in the email of the 17th of June 2025.
4749

4850
#### OVHcloud workaround<a name="ux-ovh"></a>
4951

@@ -55,7 +57,7 @@ As mentioned in the [OVHcloud APIs documentation](/pages/manage_and_operate/api/
5557

5658
![API](/pages/manage_and_operate/api/first-steps/images/login.png){.thumbnail}
5759

58-
Then run the API call to trigger an OS reinstallation from your personal template:
60+
Then run the API call to trigger an OS installation from your personal template:
5961
- Select `v1`{.action}.
6062
- Choose `/dedicated/server`{.action} section.
6163
- Find `POST /dedicated/server/{serviceName}/install/start`{.action} API call (you can use the filter).
@@ -105,7 +107,7 @@ You can go back to the [SoYouStart](https://eu.soyoustart.com/manager) or [Kimsu
105107
If you are using the OVHcloud, SoYouStart or Kimsufi APIs to trigger OS installations from a personal template, you can continue using the `POST /dedicated/server/{serviceName}/install/start`{.action} API call until **the 7th of October 2025**.
106108
But please note that starting from **the 17th of June 2025**, you will no longer be able to add or edit personal templates.
107109

108-
Although you will receive an email with all the details to migrate your API payloads to the [new API call](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall), feel free to start exploring the examples and schemas of the [new API call in the API console](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall) and look at its [public documentation](/pages/bare_metal_cloud/dedicated_servers/api-os-installation).
110+
Although you will receive an email with all the details to migrate your API payloads to the [new /reinstall API call](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall), feel free to start exploring the examples and schemas of the [new /reinstall API call in the API console](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall) and look at its [public documentation](/pages/bare_metal_cloud/dedicated_servers/api-os-installation).
109111

110112
In your case, the end of the personal templates feature should simplify OS installation on dedicated servers. Indeed, the new API call [POST /dedicated/server/{serviceName}/reinstall](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/reinstall) brings all the possible customizations that the old API call [POST /dedicated/server/{serviceName}/install/start](https://eu.api.ovh.com/console/?section=%2Fdedicated%2Fserver&branch=v1#post-/dedicated/server/-serviceName-/install/start) was not able to offer without the need to first define a personal template under [/me/installationTemplate](https://eu.api.ovh.com/console/?section=%2Fme&branch=v1#get-/me/installationTemplate).
111113

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
id: e29e6a96-1c0e-4cae-83c1-2767aea560f7
2-
full_slug: dedicated-servers-personal-templates-end-of-life
2+
full_slug: dedicated-servers-end-of-life-for-personal-installation-templates

pages/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
+ [Find your patch for Meltdown and Spectre](bare_metal_cloud/dedicated_servers/meltdown_spectre_fixes_os)
133133
+ [Information about Meltdown and Spectre vulnerability fixes](bare_metal_cloud/dedicated_servers/meltdown_spectre_fixes)
134134
+ [Server management](bare-metal-cloud-dedicated-servers-managing-servers)
135-
+ [Personal installation templates end of life](bare_metal_cloud/dedicated_servers/personal-templates-end-of-life)
135+
+ [End of life for personal installation templates](bare_metal_cloud/dedicated_servers/end-of-life-for-personal-installation-templates)
136136
+ [OVHcloud API & OS Installation](bare_metal_cloud/dedicated_servers/api-os-installation)
137137
+ [Using backup storage on a dedicated server](bare_metal_cloud/dedicated_servers/services_backup_storage)
138138
+ [How to configure user accounts and root access on a server](bare_metal_cloud/dedicated_servers/changing_root_password_linux_ds)

0 commit comments

Comments
 (0)