For the complete documentation index, see llms.txt. This page is also available as Markdown.

update

Update the compute shape or boot configuration of a Server

Usage

ionosctl compute server update [flags]

Aliases

For server command:

[s svr]

For update command:

[u up]

Description

Use this command to update a Server in a Virtual Data Center. You can rescale an ENTERPRISE/VCPU server (--cores, --ram), change its --cpu-family or --availability-zone, and repoint what it boots from (--volume-id for a boot Volume, --cdrom-id for a boot CD-ROM). Both boot targets must already be attached to the Server.

RAM (--ram) must be a multiple of 256. The default unit is MB, so --ram 256 = 256MB; a unit may be given, e.g. --ram 1GB. Minimum 256MB; the maximum depends on your contract limit.

CUBE constraint: for CUBE Servers only the Name can be updated — their cores, RAM and CPU family are fixed by the instance-size template and cannot be changed here. Some changes (e.g. --nic-multi-queue, CPU family) require a server restart to take effect.

Use --wait (-w) to wait for the resource to reach AVAILABLE state.

Required values to run command:

  • Data Center Id

  • Server Id

Options

Examples

Last updated