Skip to content

Commit 17b996e

Browse files
committed
feat(em): update to monthly billing
1 parent 7e924e7 commit 17b996e

File tree

4 files changed

+47
-0
lines changed

4 files changed

+47
-0
lines changed

menu/navigation.json

+4
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,10 @@
12911291
"label": "Shut down a server",
12921292
"slug": "shutdown-server"
12931293
},
1294+
{
1295+
"label": "Change the billing period",
1296+
"slug": "change-billing-period"
1297+
},
12941298
{
12951299
"label": "Get and use a loyalty reward",
12961300
"slug": "get-use-loyalty-reward"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
meta:
3+
title: How to change the billing period for Elastic Metal Servers
4+
description: This page explains how to change the billing period for Scaleway's Elastic Metal servers.
5+
content:
6+
h1: How to change the billing period for Elastic Metal Servers
7+
paragraph: This page explains how to change the billing period for Scaleway's Elastic Metal servers.
8+
tags: apple-silicon elastic-metal
9+
dates:
10+
validation: 2025-03-12
11+
posted: 2025-03-12
12+
categories:
13+
- bare-metal
14+
---
15+
16+
Scaleway's Elastic Metal servers offer flexible billing options to suit your needs. If you are currently using hourly billing, you can upgrade to monthly billing directly from the Scaleway console.
17+
By switching to monthly billing, you can benefit from significant discounts compared to the hourly pricing model.
18+
This provides you with cost savings for longer-term server rentals and allows you to retain your existing server configuration without requiring a new setup.
19+
20+
<Macro id="requirements" />
21+
- A Scaleway account logged into the [console](https://console.scaleway.com)
22+
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
23+
- An [Elastic Metal server](/bare-metal/how-to/create-server/)
24+
25+
1. Click [Elastic Metal](https://console.scaleway.com/elastic-metal/servers) in the **Bare Metal** section of the [Scaleway console](https://console.scaleway.com) side menu. The Elastic Metal dashboard displays.
26+
2. Click the server you want to configure. The server's information page displays.
27+
3. Scroll down to the **Billing preferences** section. Here, you can see information about your current billing option. Click **Update to monthly billing**. A pop-up displays.
28+
4. Review the server and optipons details and their new monthly pricing. Note that switching to monthly billing incurs a one-time commitment fee, which is charged immediately.
29+
<Message type="important">
30+
- Once switched to monthly billing, reverting to hourly billing is not possible.
31+
- A commitment fee is due immediately upon switching. This fee can be redeemed after 12 months as a voucher for other Scaleway services. [Learn more.](/elastic-metal/how-to/get-use-loyalty-reward/)
32+
</Message>
33+
5. Tick the checkbox to acknowledge that the commitment fee will be debited immediately upon upgrading.
34+
6. Confirm the new billing period by clicking **Update billing**.
35+
<Message type="note">
36+
Switching from hourly to monthly may take a few minutes, during which the server will be in a `migrating` state.
37+
</Message>

pages/elastic-metal/how-to/create-server.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Scaleway [Elastic Metal servers](https://www.scaleway.com/en/elastic-metal/) pro
3333
- Warsaw, Poland (`WAW-2`, `WAW-3`)
3434
</Message>
3535
- Choose your preferred billing method: **hourly** or **monthly**.
36+
<Message type="tip">
37+
You can update the billing period to monthly at any time after your server has been delivered. [Learn more.](/elastic-metal/how-to/change-billing-period/)
38+
</Message>
3639
- Select a server configuration from the available options.
3740
- Choose an OS to run on your server or opt for no preinstalled image.
3841
- Configure server partitioning. You can either choose a default configuration or [configure your own partitioning](/elastic-metal/how-to/configure-disk-partitions/) using a JSON configuration.

pages/elastic-metal/quickstart.mdx

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ Scaleway Elastic Metal are dedicated physical servers you can order on-demand, l
3434
- Warsaw, Poland (`WAW-2`, `WAW-3`)
3535
</Message>
3636
- Choose your preferred billing method: **hourly** or **monthly**.
37+
<Message type="tip">
38+
You can update the billing period to monthly at any time after your server has been delivered. [Learn more.](/elastic-metal/how-to/change-billing-period/)
39+
</Message>
3740
- Select a server configuration from the available options.
3841
- Choose an OS to run on your server or opt for no preinstalled image.
3942
- Configure server partitioning. You can either choose a default configuration or [configure your own partitioning](/elastic-metal/how-to/configure-disk-partitions/) using a JSON configuration.

0 commit comments

Comments
 (0)