Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Stop And Terminate Instance
Version 1.0.0
Gracefully stop a running instance, confirm it stopped, then terminate it.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
stop-and-terminate-instance
Stop a running instance, wait for STOPPED, then terminate it.
Confirms the instance, performs a STOP action, polls getInstance until the instance is STOPPED, and terminates it preserving the boot volume.
1
getInstance
getInstance
Confirm the instance exists before issuing lifecycle actions.
2
stopInstance
instanceAction
Issue a STOP action to gracefully power down the instance.
3
pollStopped
getInstance
Poll the instance until it reports the STOPPED lifecycle state.
4
terminateInstance
terminateInstance
Terminate the stopped instance, preserving the boot volume.