interface RebootServerRequest {
    bootType?: ServerBootType;
    serverId: string;
    zone?: Zone;
}

Properties

bootType?: ServerBootType

The type of boot.

serverId: string

ID of the server to reboot.

zone?: Zone

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