Updating an IoT Flow Runtime
Update editable properties for an OCI IoT Flow Runtime.
Update the display name, description, scale, network configuration, File Storage mounts, or tags for an IoT Flow Runtime. For mount prerequisites and path requirements, see Configuring File Storage Access for an IoT Flow Runtime.
To update the Node-RED flows document for a Flow Runtime, see Updating the Flows for an IoT Flow Runtime.
Use
oci iot flow-runtime update.To clear or remove the network configuration, useoci iot flow-runtime update --iot-flow-runtime-id <flow-runtime-OCID> --scale HIGH --network-config file://network-config.json--network-confignull:oci iot flow-runtime update --iot-flow-runtime-id <flow-runtime-OCID> --network-config nullFor all options, see CLI Command Reference.
Run the UpdateIotFlowRuntime operation to update an IoT Flow Runtime.
PUT /20250531/iotFlowRuntimes/{iotFlowRuntimeId} { "displayName": "Updated Flow Runtime", "scale": "HIGH", "networkConfig": { "subnetId": "ocid1.subnet.oc1..exampleuniqueID", "networkSecurityGroupIds": [] } }Updates are partial. Omitting
networkConfigpreserves the existing configuration. Providing it replaces the complete configuration. To remove the configuration, passnetworkConfigasnull.