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.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure-as-a-ServiceOraclePlatform-as-a-ServiceArazzoWorkflows
Provider
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.
1
getApplication
getApplication
Confirm the application exists before deleting its functions.
2
listFunctions
listFunctions
List the functions belonging to the application.
3
deleteFunction
deleteFunction
Delete the first function returned for the application.
4
deleteApplication
deleteApplication
Delete the now-empty application.