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.
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.