Oracle · Arazzo Workflow
Oracle OCI Provision Image-Compatible Instance
Version 1.0.0
Pick an image, list only the shapes compatible with it, launch an instance, and read it back.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
provision-image-compatible-instance
Launch an instance using a shape that is compatible with the chosen image.
Selects an image by operating system, lists shapes compatible with that image, launches an instance from the matched pair, and reads it back.
1
pickImage
List images in the compartment filtered by operating system and available lifecycle state, selecting the first match as the base image.
2
listCompatibleShapes
List shapes in the compartment constrained to those compatible with the chosen image, selecting the first compatible shape.
3
launchInstance
Launch an instance from the matched image and compatible shape, attaching its primary VNIC to the supplied subnet.
4
readInstance
Read the newly launched instance to surface its current lifecycle state and confirm the launch landed.
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.