Oracle · Arazzo Workflow
Oracle OCI Soft-Reboot Compute Instance
Version 1.0.0
Read an instance, send the SOFTRESET action, then poll until it returns to RUNNING.
Provider
Workflows
reboot-instance
Soft-reboot a compute instance and confirm it returns to RUNNING.
Reads the instance, performs the SOFTRESET action with an if-match guard, and polls the lifecycle state until the instance is RUNNING again.
1
readInstance
getInstance
Read the instance to confirm it exists and capture its current ETag for optimistic concurrency control on the reboot action.
2
softReset
instanceAction
Perform the SOFTRESET action, which gracefully reboots the instance via an ACPI shutdown and power-on, guarded by the captured ETag.
3
pollRunning
getInstance
Read the instance and check its lifecycle state. Repeat this step until the instance returns to RUNNING after the reboot.