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

update

Update 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 specified Server from a Virtual Data Center.

You can set the RAM size in the following ways:

  • providing only the value, e.g.--ram 256 equals 256MB.

  • providing both the value and the unit, e.g.--ram 1GB.

The amount of memory for the Server must be specified in multiples of 256. The default unit is MB. Minimum: 256MB. Maximum: it depends on your contract limit.

Note: For CUBE Servers, only Name attribute can be updated.

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

Was this helpful?