Deregister Devices
sagemaker_deregister_devices | R Documentation |
Deregisters the specified devices¶
Description¶
Deregisters the specified devices. After you deregister a device, you will need to re-register the devices.
Usage¶
sagemaker_deregister_devices(DeviceFleetName, DeviceNames)
Arguments¶
DeviceFleetName |
[required] The name of the fleet the devices belong to. |
DeviceNames |
[required] The unique IDs of the devices. |
Value¶
An empty list.
Request syntax¶
svc$deregister_devices(
DeviceFleetName = "string",
DeviceNames = list(
"string"
)
)