Updating an IoT Domain
Update an Internet of Things domain.
Use the update option to update the value of an existing IoT domain option. When you update an existing option applied to an IoT domain, you change only the value you can not add a new value to an IoT domain using this update option.
Use the
oci iot domain update
command and required parameters to update an IoT domain. You can update a description, display name, free form tags, or defined tags for an IoT domain.Use this command to update a description:
oci iot domain update --iot-domain-id <iot-domain-OCID> --description <your-updated-description>
Use this command to update a display name.
oci iot domain update --iot-domain-id <iot-domain-OCID> --display-name <your-updated-display-name>
Use this command to update free form tags. For more information, see Understanding Free-form Tags.
oci iot domain update --iot-domain-id <iot-domain-OCID> --freeform-tags
Use this command to update defined tags. For more information, see Working with Defined Tags.
oci iot domain update --iot-domain-id <iot-domain-OCID> --defined-tags
For a complete list of parameters and values for CLI commands, see CLI Command Reference.
Run the UpdateIotDomain operation to update an IoT domain.