Documentation for scw baremetal

April 17, 2026 · View on GitHub

Elastic Metal - Private Networks API.

Baseboard Management Controller (BMC) management commands

A Baseboard Management Controller (BMC) allows you to remotely access the low-level parameters of your dedicated server. For instance, your KVM-IP management console could be accessed with it. You need first to create an Remote Access option. You will find the ID and the price with a call to listOffers (https://developers.scaleway.com/en/products/baremetal/api/#get-78db92). Then you can add the option https://developers.scaleway.com/en/products/baremetal/api/#post-b14abd. Do not forget to delete the Option. Then you need to create Remote Access https://developers.scaleway.com/en/products/baremetal/api/#post-1af723. And finally Get Remote Access to get the login/password https://developers.scaleway.com/en/products/baremetal/api/#get-cefc0f.

Get BMC access

Get the BMC (Baseboard Management Controller) access associated with the ID, including the URL and login information needed to connect.

Usage:

scw baremetal bmc get [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Start BMC access

Start BMC (Baseboard Management Controller) access associated with the ID. The BMC (Baseboard Management Controller) access is available one hour after the installation of the server. You need first to create an option Remote Access. You will find the ID and the price with a call to listOffers (https://developers.scaleway.com/en/products/baremetal/api/#get-78db92). Then add the option https://developers.scaleway.com/en/products/baremetal/api/#post-b14abd. After adding the BMC option, you need to Get Remote Access to get the login/password https://developers.scaleway.com/en/products/baremetal/api/#get-cefc0f. Do not forget to delete the Option after use.

Usage:

scw baremetal bmc start [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
ipRequiredThe IP authorized to connect to the server
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Stop BMC access

Stop BMC (Baseboard Management Controller) access associated with the ID.

Usage:

scw baremetal bmc stop [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Server offer management commands

Server offers will answer with all different Elastic Metal server ranges available in a zone. Each of them will contain all the features of the server (CPUs, memory, disks) with their associated pricing.

Get offer

Get details of an offer identified by its offer ID.

Usage:

scw baremetal offer get <offer-id ...> [arg=value ...]

Args:

NameDescription
offer-idRequiredID of the researched Offer
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Get a server offer with the ID

scw baremetal offer get 11111111-1111-1111-1111-111111111111 zone=fr-par-1

List offers

List all available Elastic Metal server configurations.

Usage:

scw baremetal offer list [arg=value ...]

Args:

NameDescription
subscription-periodOne of: unknown_subscription_period, hourly, monthlySubscription period type to filter offers by
nameOffer name to filter offers by
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Examples:

List all server offers in the default zone

scw baremetal offer list

List all server offers in fr-par-1 zone

scw baremetal offer list zone=fr-par-1

Server options management commands

A Server has additional options that let you personalize it to better fit your needs.

Add server option

Add an option, such as Private Networks, to a specific server.

Usage:

scw baremetal options add [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
option-idRequiredID of the option to add
expires-atAuto expire the option after this date
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Add an option, such as Private Networks, to a server

scw baremetal options add server-id=11111111-1111-1111-1111-111111111111 option-id=11111111-1111-1111-1111-111111111111

Delete server option

Delete an option from a specific server.

Usage:

scw baremetal options delete [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
option-idRequiredID of the option to delete
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Delete an option from a server

scw baremetal options delete server-id=11111111-1111-1111-1111-111111111111 option-id=11111111-1111-1111-1111-111111111111

Get option

Return specific option for the ID.

Usage:

scw baremetal options get [arg=value ...]

Args:

NameDescription
option-idRequiredID of the option
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Get a server option with the ID

scw baremetal options get zone=fr-par-1 option-id=11111111-1111-1111-1111-111111111111

List options

List all options matching with filters.

Usage:

scw baremetal options list [arg=value ...]

Args:

NameDescription
offer-idOffer ID to filter options for
nameName to filter options for
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Examples:

List all server options in the default zone

scw baremetal options list

List all server options in fr-par-1 zone

scw baremetal options list zone=fr-par-1

Operating System (OS) management commands

An Operating System (OS) is the underlying software installed on your server.

Get OS with an ID

Return the specific OS for the ID.

Usage:

scw baremetal os get <os-id ...> [arg=value ...]

Args:

NameDescription
os-idRequiredID of the OS
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Get a specific OS ID

scw baremetal os get

List available OSes

List all OSes that are available for installation on Elastic Metal servers.

Usage:

scw baremetal os list [arg=value ...]

Args:

NameDescription
offer-idOffer IDs to filter OSes for
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Partitioning-schemas management commands

Allows to customize the partitioning schemas of your servers (available on some offers and OSs).

Allows to customize the partitioning schemas of your servers (available on some offers and OSs).

Usage:

scw baremetal partitioning-schemas

Private network management command

A Private Network allows you to interconnect your resources in an isolated and private network. Network reachability is limited to the resources that are on the same Private Network. A VLAN interface is available on the server and can be freely managed (adding IP addresses, shutdown interface etc.).

Note that a resource can be a part of multiple Private Networks.

Add a server to a Private Network

Add an Elastic Metal server to a Private Network.

Usage:

scw baremetal private-network add [arg=value ...]

Args:

NameDescription
server-idRequiredUUID of the server
private-network-idRequiredUUID of the Private Network
ipam-ip-ids.{index}IPAM IDs of an IPs to attach to the server
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Delete a Private Network

Delete a Private Network.

Usage:

scw baremetal private-network delete [arg=value ...]

Args:

NameDescription
server-idRequiredUUID of the server
private-network-idRequiredUUID of the Private Network
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

List the Private Networks of a server

List the Private Networks of an Elastic Metal server.

Usage:

scw baremetal private-network list [arg=value ...]

Args:

NameDescription
order-byOne of: created_at_asc, created_at_desc, updated_at_asc, updated_at_descSort order for the returned Private Networks
server-idFilter Private Networks by server UUID
private-network-idFilter Private Networks by Private Network UUID
project-idFilter Private Networks by project UUID
ipam-ip-ids.{index}Filter Private Networks by IPAM IP UUIDs
organization-idFilter Private Networks by organization UUID
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Set multiple Private Networks on a server

Configure multiple Private Networks on an Elastic Metal server.

Usage:

scw baremetal private-network set [arg=value ...]

Args:

NameDescription
server-idRequiredUUID of the server
per-private-network-ipam-ip-ids.{key}RequiredObject where the keys are the UUIDs of Private Networks and the values are arrays of IPAM IDs representing the IPs to assign to this Elastic Metal server on the Private Network. If the array supplied for a Private Network is empty, the next available IP from the Private Network's CIDR block will automatically be used for attachment.
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Server management commands

A server is a denomination of a type of instances provided by Scaleway.

Attach a new flexible IP to a server

Create and attach a new flexible IP to a server

Usage:

scw baremetal server add-flexible-ip <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server to which the newly created flexible IP will be attached.
descriptionFlexible IP description (max. of 255 characters)
ip-typeOne of: IPv4, IPv6Define whether the flexible IP is an IPv4 or IPv6
tags.{index}Tags to associate to the flexible IP
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1
Zone to target. If none is passed will use default zone from the config

Create multiple Elastic Metal servers

Create multiple new Elastic Metal servers. Once the servers are created, proceed with the installation of an OS.

Usage:

scw baremetal server batch-create [arg=value ...]

Args:

NameDescription
common-configuration.offer-idOffer ID of the new server
common-configuration.project-idProject ID with which the server will be created
common-configuration.nameName of the server (≠hostname)
common-configuration.descriptionDescription associated with the server, max 255 characters
common-configuration.tags.{index}Tags to associate to the server
common-configuration.install.os-idID of the OS to installation on the server
common-configuration.install.hostnameHostname of the server
common-configuration.install.ssh-key-ids.{index}SSH key IDs authorized on the server
common-configuration.install.userUser for the installation
common-configuration.install.passwordPassword for the installation
common-configuration.install.service-userRegular user that runs the service to be installed on the server
common-configuration.install.service-passwordPassword used for the service to install
common-configuration.install.partitioning-schema.disks.{index}.device
common-configuration.install.partitioning-schema.disks.{index}.partitions.{index}.labelOne of: unknown_partition_label, uefi, legacy, root, boot, swap, data, home, raid, zfs
common-configuration.install.partitioning-schema.disks.{index}.partitions.{index}.number
common-configuration.install.partitioning-schema.disks.{index}.partitions.{index}.size
common-configuration.install.partitioning-schema.disks.{index}.partitions.{index}.use-all-available-space
common-configuration.install.partitioning-schema.raids.{index}.name
common-configuration.install.partitioning-schema.raids.{index}.levelOne of: unknown_raid_level, raid_level_0, raid_level_1, raid_level_5, raid_level_6, raid_level_10
common-configuration.install.partitioning-schema.raids.{index}.devices.{index}
common-configuration.install.partitioning-schema.filesystems.{index}.device
common-configuration.install.partitioning-schema.filesystems.{index}.formatOne of: unknown_format, fat32, ext4, swap, zfs, xfs
common-configuration.install.partitioning-schema.filesystems.{index}.mountpoint
common-configuration.install.partitioning-schema.zfs.pools.{index}.name
common-configuration.install.partitioning-schema.zfs.pools.{index}.typeOne of: unknown_type, no_raid, mirror, raidz1, raidz2
common-configuration.install.partitioning-schema.zfs.pools.{index}.devices.{index}
common-configuration.install.partitioning-schema.zfs.pools.{index}.options.{index}
common-configuration.install.partitioning-schema.zfs.pools.{index}.filesystem-options.{index}
common-configuration.option-ids.{index}IDs of options to enable on server
common-configuration.protectedIf enabled, the server can not be deleted
common-configuration.user-dataConfiguration data to pass to cloud-init such as a YAML cloud config data or a user-data script
common-configuration.organization-idDeprecatedOrganization ID with which the server will be created
common-configuration.zone
servers.{index}.hostname
servers.{index}.description
servers.{index}.tags.{index}
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Create an Elastic Metal server

Create a new Elastic Metal server. Once the server is created, proceed with the installation of an OS.

Usage:

scw baremetal server create [arg=value ...]

Args:

NameDescription
project-idProject ID to use. If none is passed the default project ID will be used
nameRequired
Default: <generated>
Name of the server (≠hostname)
descriptionDescription associated with the server, max 255 characters
typeServer commercial type
tags.{index}Tags to associate to the server
install.os-idID of the OS to installation on the server
install.hostnameHostname of the server
install.ssh-key-ids.{index}SSH key IDs authorized on the server
install.userUser for the installation
install.passwordPassword for the installation
install.service-userRegular user that runs the service to be installed on the server
install.service-passwordPassword used for the service to install
install.partitioning-schema.disks.{index}.device
install.partitioning-schema.disks.{index}.partitions.{index}.labelOne of: unknown_partition_label, uefi, legacy, root, boot, swap, data, home, raid, zfs
install.partitioning-schema.disks.{index}.partitions.{index}.number
install.partitioning-schema.disks.{index}.partitions.{index}.size
install.partitioning-schema.disks.{index}.partitions.{index}.use-all-available-space
install.partitioning-schema.raids.{index}.name
install.partitioning-schema.raids.{index}.levelOne of: unknown_raid_level, raid_level_0, raid_level_1, raid_level_5, raid_level_6, raid_level_10
install.partitioning-schema.raids.{index}.devices.{index}
install.partitioning-schema.filesystems.{index}.device
install.partitioning-schema.filesystems.{index}.formatOne of: unknown_format, fat32, ext4, swap, zfs, xfs
install.partitioning-schema.filesystems.{index}.mountpoint
install.partitioning-schema.zfs.pools.{index}.name
install.partitioning-schema.zfs.pools.{index}.typeOne of: unknown_type, no_raid, mirror, raidz1, raidz2
install.partitioning-schema.zfs.pools.{index}.devices.{index}
install.partitioning-schema.zfs.pools.{index}.options.{index}
install.partitioning-schema.zfs.pools.{index}.filesystem-options.{index}
option-ids.{index}IDs of options to enable on server
protectedIf enabled, the server can not be deleted
user-dataConfiguration data to pass to cloud-init such as a YAML cloud config data or a user-data script
organization-idOrganization ID to use. If none is passed the default organization ID will be used
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Create instance

scw baremetal server create

Delete an Elastic Metal server

Delete the server associated with the ID.

Usage:

scw baremetal server delete <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server to delete
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Delete an Elastic Metal server

scw baremetal server delete 11111111-1111-1111-1111-111111111111

Get a specific Elastic Metal server

Get full details of an existing Elastic Metal server associated with the ID.

Usage:

scw baremetal server get <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Get a specific server

scw baremetal server get 11111111-1111-1111-1111-111111111111

Return server metrics

Get the ping status of the server associated with the ID.

Usage:

scw baremetal server get-metrics [arg=value ...]

Args:

NameDescription
server-idRequiredServer ID to get the metrics
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Install an Elastic Metal server

Install an Operating System (OS) on the Elastic Metal server with a specific ID.

Usage:

scw baremetal server install <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredServer ID to install
os-idRequiredID of the OS to installation on the server
hostnameRequiredHostname of the server
all-ssh-keysAdd all SSH keys on your baremetal instance (cannot be used with ssh-key-ids)
ssh-key-ids.{index}RequiredSSH key IDs authorized on the server (cannot be used with all-ssh-keys)
userUser used for the installation
passwordPassword used for the installation
service-userUser used for the service to install
service-passwordPassword used for the service to install
partitioning-schema.disks.{index}.device
partitioning-schema.disks.{index}.partitions.{index}.labelOne of: unknown_partition_label, uefi, legacy, root, boot, swap, data, home, raid, zfs
partitioning-schema.disks.{index}.partitions.{index}.number
partitioning-schema.disks.{index}.partitions.{index}.size
partitioning-schema.disks.{index}.partitions.{index}.use-all-available-space
partitioning-schema.raids.{index}.name
partitioning-schema.raids.{index}.levelOne of: unknown_raid_level, raid_level_0, raid_level_1, raid_level_5, raid_level_6, raid_level_10
partitioning-schema.raids.{index}.devices.{index}
partitioning-schema.filesystems.{index}.device
partitioning-schema.filesystems.{index}.formatOne of: unknown_format, fat32, ext4, swap, zfs, xfs
partitioning-schema.filesystems.{index}.mountpoint
partitioning-schema.zfs.pools.{index}.name
partitioning-schema.zfs.pools.{index}.typeOne of: unknown_type, no_raid, mirror, raidz1, raidz2
partitioning-schema.zfs.pools.{index}.devices.{index}
partitioning-schema.zfs.pools.{index}.options.{index}
partitioning-schema.zfs.pools.{index}.filesystem-options.{index}
user-data.nameDeprecated
user-data.content-typeDeprecated
user-data.contentDeprecated
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Install an OS on a server with a particular SSH key ID

scw baremetal server install 11111111-1111-1111-1111-111111111111 os-id=11111111-1111-1111-1111-111111111111 ssh-key-ids.0=11111111-1111-1111-1111-111111111111

List Elastic Metal servers for an Organization

List Elastic Metal servers for a specific Organization.

Usage:

scw baremetal server list [arg=value ...]

Args:

NameDescription
order-byOne of: created_at_asc, created_at_descOrder of the servers
tags.{index}Tags to filter for
status.{index}Status to filter for
nameNames to filter for
project-idProject ID to filter for
option-idOption ID to filter for
organization-idOrganization ID to filter for
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Examples:

List all servers in your default zone

scw baremetal server list

List server events

List event (i.e. start/stop/reboot) associated to the server ID.

Usage:

scw baremetal server list-events [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server events searched
order-byOne of: created_at_asc, created_at_descOrder of the server events
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Reboot an Elastic Metal server

Reboot the Elastic Metal server associated with the ID, use the boot_type rescue to reboot the server in rescue mode.

Usage:

scw baremetal server reboot <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server to reboot
boot-typeDefault: normal
One of: unknown_boot_type, normal, rescue
The type of boot
ssh-key-ids.{index}Additional SSH public key IDs to configure on rescue image
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Reboot a server using the same os

scw baremetal server reboot 11111111-1111-1111-1111-111111111111

Reboot a server in rescue mode

scw baremetal server reboot 11111111-1111-1111-1111-111111111111 boot-type=rescue

Start an Elastic Metal server

Start the server associated with the ID.

Usage:

scw baremetal server start <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server to start
boot-typeOne of: unknown_boot_type, normal, rescueThe type of boot
ssh-key-ids.{index}Additional SSH public key IDs to configure on rescue image
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Start an Elastic Metalx server

scw baremetal server start 11111111-1111-1111-1111-111111111111

Start a server in rescue mode

scw baremetal server start 11111111-1111-1111-1111-111111111111 boot-type=rescue

Stop an Elastic Metal server

Stop the server associated with the ID. The server remains allocated to your account and all data remains on the local storage of the server.

Usage:

scw baremetal server stop <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server to stop
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Examples:

Stop an Elastic Metal server

scw baremetal server stop 11111111-1111-1111-1111-111111111111

Update an Elastic Metal server

Update the server associated with the ID. You can update parameters such as the server's name, tags, description and protection flag. Any parameters left null in the request body are not updated.

Usage:

scw baremetal server update <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server to update
nameName of the server (≠hostname), not updated if null
descriptionDescription associated with the server, max 255 characters, not updated if null
tags.{index}Tags associated with the server, not updated if null
protectedIf enabled, the server can not be deleted
user-dataConfiguration data to pass to cloud-init such as a YAML cloud config data or a user-data script
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Update IP

Configure the IP address associated with the server ID and IP ID. You can use this method to set a reverse DNS for an IP address.

Usage:

scw baremetal server update-ip [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server
ip-idRequiredID of the IP to update
reverseNew reverse IP to update, not updated if null
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config

Wait for a server to reach a stable state (delivery and installation)

Wait for a server to reach a stable state. This is similar to using --wait flag on other action commands, but without requiring a new action on the server.

Usage:

scw baremetal server wait <server-id ...> [arg=value ...]

Args:

NameDescription
server-idRequiredID of the server affected by the action.
zoneDefault: fr-par-1Zone to target. If none is passed will use default zone from the config
timeoutDefault: 20m0sTimeout of the wait

Examples:

Wait for a server to reach a stable state

scw baremetal server wait 11111111-1111-1111-1111-111111111111

Settings management commands

Allows to configure the general settings for your Elastic Metal server.

List all settings

Return all settings for a Project ID.

Usage:

scw baremetal settings list [arg=value ...]

Args:

NameDescription
order-byOne of: created_at_asc, created_at_descSort order for items in the response
project-idRequiredID of the Project
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3, all
Zone to target. If none is passed will use default zone from the config

Update setting

Update a setting for a Project ID (enable or disable).

Usage:

scw baremetal settings update [arg=value ...]

Args:

NameDescription
setting-idRequiredID of the setting
enabledDefines whether the setting is enabled
zoneDefault: fr-par-1
One of: fr-par-1, fr-par-2, nl-ams-1, nl-ams-2, pl-waw-2, pl-waw-3
Zone to target. If none is passed will use default zone from the config