Oracle Cloud Infrastructure · Arazzo Workflow

Oracle Cloud Teardown Functions Application

Version 1.0.0

List functions in an application, delete the first function, then delete the application.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Cloud ComputingEnterprise CloudInfrastructure-as-a-ServiceOraclePlatform-as-a-ServiceComputeObject StorageIdentity and Access ManagementDatabaseKubernetesServerlessMonitoringEvent-DrivenArazzoWorkflows

Provider

oracle-cloud

Workflows

teardown-functions-application
Delete an application's function, then delete the application.
Confirms the application, lists its functions, deletes the first function, and deletes the application.
4 steps inputs: applicationId outputs: deletedApplicationId, deletedFunctionId
1
getApplication
Confirm the application exists before deleting its functions.
2
listFunctions
List the functions belonging to the application.
3
deleteFunction
Delete the first function returned for the application.
4
deleteApplication
Delete the now-empty application.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Oracle Cloud Teardown Functions Application
  summary: List functions in an application, delete the first function, then delete the application.
  description: >-
    Removes a serverless deployment from Oracle Functions. The workflow confirms
    the application, lists its functions, deletes the first function returned,
    and then deletes the application. Every step spells out its request inline so
    the teardown flow can be read and executed without opening the underlying
    OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: applicationsApi
  url: ../openapi/oracle-cloud-applications-api-openapi.yml
  type: openapi
- name: functionsApi
  url: ../openapi/oracle-cloud-functions-api-openapi.yml
  type: openapi
workflows:
- workflowId: teardown-functions-application
  summary: Delete an application's function, then delete the application.
  description: >-
    Confirms the application, lists its functions, deletes the first function,
    and deletes the application.
  inputs:
    type: object
    required:
    - applicationId
    properties:
      applicationId:
        type: string
        description: The OCID of the Functions application to tear down.
  steps:
  - stepId: getApplication
    description: Confirm the application exists before deleting its functions.
    operationId: getApplication
    parameters:
    - name: applicationId
      in: path
      value: $inputs.applicationId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      appName: $response.body#/displayName
  - stepId: listFunctions
    description: List the functions belonging to the application.
    operationId: listFunctions
    parameters:
    - name: applicationId
      in: query
      value: $inputs.applicationId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      functionId: $response.body#/0/id
  - stepId: deleteFunction
    description: Delete the first function returned for the application.
    operationId: deleteFunction
    parameters:
    - name: functionId
      in: path
      value: $steps.listFunctions.outputs.functionId
    successCriteria:
    - condition: $statusCode == 204
  - stepId: deleteApplication
    description: Delete the now-empty application.
    operationId: deleteApplication
    parameters:
    - name: applicationId
      in: path
      value: $inputs.applicationId
    successCriteria:
    - condition: $statusCode == 204
  outputs:
    deletedApplicationId: $inputs.applicationId
    deletedFunctionId: $steps.listFunctions.outputs.functionId

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/oracle-cloud-teardown-functions-application-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.