Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/elastic-metal/api-cli/elastic-metal-with-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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\": [
Expand Down
5 changes: 2 additions & 3 deletions pages/elastic-metal/api-cli/elastic-metal-with-cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ The [Scaleway Command Line Interface (CLI)](https://github.com/scaleway/scaleway

<Message type="important">
- 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`.
</Message>


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:
Expand Down Expand Up @@ -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
```