Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / greengrassv2 / batch-disassociate-client-device-from-core-device.rst
Size: Mime:
**To disassociate client devices from a core device**

The following ``batch-disassociate-client-device-from-core-device`` example disassociates two client devices from a core device. ::

    aws greengrassv2 batch-disassociate-client-device-from-core-device \
      --core-device-thing-name MyGreengrassCore \
      --entries thingName=MyClientDevice1 thingName=MyClientDevice2

Output::

    {
        "errorEntries": []
    }

For more information, see `Interact with local IoT devices <https://docs.aws.amazon.com/greengrass/v2/developerguide/interact-with-local-iot-devices.html>`__ in the *AWS IoT Greengrass V2 Developer Guide*.