Updating a device
You can update the name or description of a device.
To access a device, use its unique ID or name. For information about how to get the unique device ID or name, see Getting information about devices.
Updating device names
Management console
CLI
To update the name of a device:
- In the management console, select the folder where you want to update the device name.
- Select Yandex IoT Core.
- Select the desired registry from the list.
- In the left part of the window, select Devices.
- To the right of the device name, click and select Edit from the drop-down list.
- Edit the Name field.
- Click Save.
If you don't have the Yandex.Cloud command line interface yet, install and initialize it.
Change the device name:
$ yc iot device update my-device --new-name test-device
id: b9135goeh1uc1s2i07nm
registry_id: b91ki3851hab9m0l68je
created_at: "2019-05-28T16:08:30.938Z"
name: test-device
Updating device descriptions
Management console
CLI
To update the description of a device:
- In the management console, select the folder where you want to update the device description.
- Select Yandex IoT Core.
- Select the desired registry from the list.
- In the left part of the window, select Devices.
- To the right of the device name, click and select Edit from the drop-down list.
- Edit the Description field.
- Click Save.
If you don't have the Yandex.Cloud command line interface yet, install and initialize it.
Change the device description:
$ yc iot device update my-device --description "My first device."
id: b9135goeh1uc1s2i07nm
registry_id: b91ki3851hab9m0l68je
created_at: "2019-05-28T16:08:30.938Z"
name: my-device
description: My first device.