gbox-sdk
    Preparing search index...

    Interface DeviceToBoxParams

    interface DeviceToBoxParams {
        force?: boolean;
    }
    Index

    Properties

    Properties

    force?: boolean

    If true, the device will be forcibly created as a new Box, which will forcibly terminate any existing box that is currently using this device. If false, an error will be thrown with HTTP 423 status code when the device is already occupied by a box.