UpdateServerRequest: {
    name?: string;
    scheduleDeletion?: boolean;
    serverId: string;
    zone?: Zone;
}

Type declaration

  • Optionalname?: string

    Updated name for your server.

  • OptionalscheduleDeletion?: boolean

    Specify whether the server should be flagged for automatic deletion.

  • serverId: string

    UUID of the server you want to update.

  • Optionalzone?: Zone

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