Moving an IoT Domain Group to a Different Compartment
Move an Internet of Things domain group to a different compartment.
Use the
oci iot domain-group change-compartment
command and required parameters to move a domain group to another compartment.Replace
<compartment-OCID>
with the new compartment OCID and replace the<domain-group-OCID>
with the OCID for the IoT domain group you want to move:oci iot domain-group change-compartment --compartment-id <compartment-OCID> --iot-domain-group-id <domain-group-OCID>
Run the
ChangeIotDomainGroupCompartment
operation to move a domain group to a different compartment.