Oracle · Arazzo Workflow
Oracle OCI Start Compute Instance
Version 1.0.0
Read a stopped instance, send the START action, then poll until it reports RUNNING.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
start-instance
Start a stopped compute instance and confirm it reaches RUNNING.
Reads the instance, performs the START action with an if-match guard, and polls the lifecycle state until the instance is RUNNING.
1
readInstance
Read the instance to confirm it exists and capture its current ETag for optimistic concurrency control on the start action.
2
startInstance
Perform the START action on the instance to power it on, guarded by the ETag captured when reading the instance.
3
pollRunning
Read the instance and check its lifecycle state. Repeat this step until the instance reports RUNNING.
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.