diff --git a/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx b/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx index d9077df07a..33dd52bfd1 100644 --- a/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx +++ b/pages/elastic-metal/api-cli/elastic-metal-with-api.mdx @@ -109,7 +109,7 @@ Besides creating your Elastic Metal servers from the graphical [Scaleway console } ``` - In the following example, we create a **GP-BM1-S** server running on Ubuntu 20.04 LTS: + In the following example, we create a server running on Ubuntu 20.04 LTS: ``` 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\": [ diff --git a/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx b/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx index 0dd62e5dd4..45d3880ab4 100644 --- a/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx +++ b/pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx @@ -33,13 +33,12 @@ The [Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway - 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. - - 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`. 1. Type the following command in your terminal to create your Elastic Metal server: ``` - scw baremetal server create name=name-of-your-server type=GP-BM1-L zone=fr-par-2 + scw baremetal server create name=name-of-your-server type=EM-A210R-SATA zone=fr-par-2 ``` An output similar to the following displays: @@ -362,5 +361,5 @@ scw baremetal server list zone=fr-par-2 An output similar to the following displays: ``` -12345678-1234-1234-1234-123456789123 name-of-your-server GP-BM1-L stopped +12345678-1234-1234-1234-123456789123 name-of-your-server EM-A210R-SATA stopped ``` \ No newline at end of file