Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Resize Instance Shape
Version 1.0.0
Stop an instance, update its flexible shape configuration, then start it back up.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure-as-a-ServiceOraclePlatform-as-a-ServiceArazzoWorkflows
Provider
Workflows
resize-instance-shape
Stop an instance, resize its shape config, then start it again.
Stops the instance and polls until STOPPED, updates its shapeConfig OCPUs and memory, then starts it back up.
1
stopInstance
instanceAction
Issue a STOP action to power down the instance before resizing.
2
pollStopped
getInstance
Poll the instance until it reports the STOPPED lifecycle state.
3
updateInstance
updateInstance
Update the instance flexible shape configuration with new sizing.
4
startInstance
instanceAction
Start the resized instance so the new shape configuration takes effect.