Skip to content

Commit 06836c3

Browse files
committed
fix(em): remove old offer
1 parent dfd6dba commit 06836c3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pages/elastic-metal/api-cli/elastic-metal-with-api.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Besides creating your Elastic Metal servers from the graphical [Scaleway console
109109
}
110110
```
111111

112-
In the following example, we create a **GP-BM1-S** server running on Ubuntu 20.04 LTS:
112+
In the following example, we create server running on Ubuntu 20.04 LTS:
113113

114114
```
115115
curl -X POST -H "X-Auth-Token: $SCW_KEY" -H "Content-Type: application/json" -d "{ \"offer_id\": \"7fde3890-9787-488c-ac89-c4e00a4e5f83\", \"project_id\": \"$SCW_PROJECT\", \"name\": \"my-bmaas\", \"description\": \"my server running on ubuntu\", \"tags\": [

pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ The [Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway
3333

3434
<Message type="important">
3535
- The help info for the `zone` argument informs you that the default zone is `fr-par-2` because Elastic Metal servers are only available in the `fr-par-2` zone at the moment. However, `fr-par-2` is not necessarily the default zone in your configuration. To create a server, you need to either change the default zone in your configuration file (check the location of this file in the output of scw init and change the value for `default zone` to `fr-par-2`), or explicitly target the `fr-par-2` zone in the commands to create and manage your server.
36-
- The available server types are the following: `GP-BM1-L` `GP-BM1-M` `GP-BM1-S` `HC-BM1-L` `HC-BM1-S` `HM-BM1-XL` `HM-BM1-M`.
3736
</Message>
3837

3938

4039
1. Type the following command in your terminal to create your Elastic Metal server:
4140
```
42-
scw baremetal server create name=name-of-your-server type=GP-BM1-L zone=fr-par-2
41+
scw baremetal server create name=name-of-your-server type=EM-A210R-SATA zone=fr-par-2
4342
```
4443

4544
An output similar to the following displays:
@@ -362,5 +361,5 @@ scw baremetal server list zone=fr-par-2
362361
An output similar to the following displays:
363362

364363
```
365-
12345678-1234-1234-1234-123456789123 name-of-your-server GP-BM1-L stopped
364+
12345678-1234-1234-1234-123456789123 name-of-your-server EM-A210R-SATA stopped
366365
```

0 commit comments

Comments
 (0)