UpdateServerRequest: {
    description?: string;
    name?: string;
    serverId: string;
    tags?: string[];
    zone?: Zone;
}

Type declaration

  • Optionaldescription?: string

    Description associated with the server, max 255 characters, not updated if null.

  • Optionalname?: string

    Name of the server (≠hostname), not updated if null.

  • serverId: string

    ID of the server to update.

  • Optionaltags?: string[]

    Tags associated with the server, not updated if null.

  • Optionalzone?: Zone

    Zone to target. If none is passed will use default zone from the config.