Menu

CLI — Bare metal

metalhost baremetal (aliases bare-metal, bm) leases and operates dedicated single-tenant hosts. Leases include unlimited bandwidth — no transfer metering or egress line items.

Browse & order

CommandWhat it does
baremetal offersList leasable hosts with specs + monthly price.
baremetal inventoryFull published fleet (available + leased).
baremetal quote --host HOST --billing-mode MODEQuote a lease.
baremetal order NAME --host HOST --os-image IDLease a host.

Order flags: --billing-mode, --autorenew, --custom-image-url, --hostname, --user, --ssh-key-name, --user-data, --ipv4-prefix-len.

metalhost baremetal offers
metalhost baremetal quote --host hosts/dal-r740-01 --billing-mode monthly-1
metalhost baremetal order my-box \
  --host hosts/dal-r740-01 --os-image ubuntu-24-04 \
  --ssh-key-name projects/my-app/ssh-keys/laptop \
  --billing-mode monthly-1 --ipv4-prefix-len 32

Instances

CommandWhat it does
baremetal listList your instances.
baremetal get NAMEGet an instance.
baremetal release NAMEEnd the lease.
baremetal renew NAMERenew a prepaid monthly lease.

BMC operations

CommandWhat it does
baremetal power NAME --action on|off|rebootBMC power action.
baremetal reinstall NAME --os-image IDReinstall OS (wipes disk).
baremetal console NAMEKVM console URL + VNC password.
baremetal rescue enter|exit NAMERescue mode.
baremetal boot-device NAME --device disk|cdrom|pxeOne-time boot device + power-cycle.

ISO library

CommandWhat it does
baremetal iso listList uploaded ISOs.
baremetal iso upload-url --filename NAMEPresigned PUT URL.
baremetal iso from-url --url URLImport by URL.
baremetal iso attach NAME --object-key KEYMount virtual CD.
baremetal iso detach NAMEEject virtual media.

What's next