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.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
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
Read the instance to confirm it exists and capture its current ETag for optimistic concurrency control on the reboot action.
2
softReset
Perform the SOFTRESET action, which gracefully reboots the instance via an ACPI shutdown and power-on, guarded by the captured ETag.
3
pollRunning
Read the instance and check its lifecycle state. Repeat this step until the instance returns to RUNNING after the reboot.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.