Oracle · Arazzo Workflow
Oracle OCI Rename Compute Instance
Version 1.0.0
Read an instance to capture its ETag, then update its display name with an optimistic concurrency guard.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
rename-instance
Update a compute instance display name with an if-match guard.
Reads the instance to obtain its ETag, then updates the display name guarded by that ETag for optimistic concurrency control.
1
readInstance
getInstance
Read the instance to confirm it exists and capture its current ETag for optimistic concurrency control on the update.
2
updateInstance
updateInstance
Update the instance to apply the new display name, guarded by the ETag captured when reading the instance.