Oracle · Arazzo Workflow
Oracle OCI Deprecate and Delete Custom Image
Version 1.0.0
Read an image, rename it with a deprecated marker, then delete it under an ETag guard.
View Spec
View on GitHub
CloudDatabaseEnterpriseInfrastructureSoftware-as-a-ServiceFortune 100ArazzoWorkflows
Provider
Workflows
deprecate-and-delete-image
Mark a custom image deprecated, then delete it.
Reads the image for its ETag, renames it to a deprecated label, then deletes it using the ETag returned by the update for optimistic concurrency.
1
readImage
Read the image to confirm it exists and capture its current ETag for the deprecation update.
2
markDeprecated
Update the image display name to flag it as deprecated, guarded by the ETag captured when reading the image, and capture the refreshed ETag.
3
deleteImage
Delete the deprecated custom image, guarded by the refreshed ETag returned by the deprecation update.
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.