Oracle · Arazzo Workflow
Oracle OCI Resize Flexible Compute Instance
Version 1.0.0
Read an instance, update its flexible shape OCPU and memory configuration, then read it back to confirm.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
resize-flex-instance
Update a flexible instance OCPU and memory then confirm the new configuration.
Reads the instance for its ETag, updates the shapeConfig OCPU and memory under an if-match guard, and reads the instance back to confirm the resize.
1
readInstance
getInstance
Read the instance to confirm it exists and capture its current ETag for optimistic concurrency control on the resize.
2
resizeInstance
updateInstance
Update the instance shapeConfig to apply the new OCPU and memory values, guarded by the ETag captured when reading the instance.
3
confirmResize
getInstance
Read the instance back to confirm the new OCPU and memory configuration took effect.