UpdateServerRequest: {
    enableIpv6?: boolean;
    hostname?: string;
    serverId: number;
    zone?: Zone;
}

Type declaration

  • OptionalenableIpv6?: boolean

    Flag to enable or not the IPv6 of server.

  • Optionalhostname?: string

    Hostname of the server to update.

  • serverId: number

    Server ID to update.

  • Optionalzone?: Zone

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