SAP Integration Suite · Arazzo Workflow

SAP Integration Suite Undeploy Runtime Artifact

Version 1.0.0

Confirm a runtime artifact is deployed, undeploy it, and verify it is gone.

1 workflow 1 source API 1 provider
View Spec View on GitHub API ManagementCloud IntegrationEnterprise IntegrationEvent MeshiPaaSSAPSAP BTPArazzoWorkflows

Provider

sap-integration-suite

Workflows

undeploy-runtime-artifact
Verify, undeploy, and confirm removal of a runtime integration artifact.
Reads the runtime artifact to confirm it is deployed, issues an undeploy, and re-reads to confirm the artifact has been removed from the runtime.
3 steps inputs: artifactId outputs: priorStatus, removalCheckStatus
1
confirmDeployed
Read the runtime artifact to confirm it is currently deployed.
2
undeploy
Remove the deployed integration artifact from the runtime.
3
confirmRemoved
Re-read the runtime artifact and branch on whether it has been removed (404) or is still present (200).

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: SAP Integration Suite Undeploy Runtime Artifact
  summary: Confirm a runtime artifact is deployed, undeploy it, and verify it is gone.
  description: >-
    A safe teardown loop for deployed integration artifacts. The workflow first
    reads the runtime artifact to confirm it exists and capture its current
    status, undeploys it from the runtime, and then re-reads the runtime
    artifact and branches on whether the artifact has been removed (a 404) or is
    still present. Every step spells out its request inline so the flow can be
    read and executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: runtimeArtifactsApi
  url: ../openapi/sap-integration-suite-runtime-artifacts-api-openapi.yml
  type: openapi
workflows:
- workflowId: undeploy-runtime-artifact
  summary: Verify, undeploy, and confirm removal of a runtime integration artifact.
  description: >-
    Reads the runtime artifact to confirm it is deployed, issues an undeploy,
    and re-reads to confirm the artifact has been removed from the runtime.
  inputs:
    type: object
    required:
    - artifactId
    properties:
      artifactId:
        type: string
        description: Identifier of the deployed runtime artifact to undeploy.
  steps:
  - stepId: confirmDeployed
    description: Read the runtime artifact to confirm it is currently deployed.
    operationId: getRuntimeArtifact
    parameters:
    - name: Id
      in: path
      value: $inputs.artifactId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      currentStatus: $response.body#/d/Status
      artifactName: $response.body#/d/Name
  - stepId: undeploy
    description: Remove the deployed integration artifact from the runtime.
    operationId: undeployRuntimeArtifact
    parameters:
    - name: Id
      in: path
      value: $inputs.artifactId
    successCriteria:
    - condition: $statusCode == 202
    outputs:
      undeployStatus: $statusCode
  - stepId: confirmRemoved
    description: >-
      Re-read the runtime artifact and branch on whether it has been removed
      (404) or is still present (200).
    operationId: getRuntimeArtifact
    parameters:
    - name: Id
      in: path
      value: $inputs.artifactId
    successCriteria:
    - condition: $statusCode == 404 || $statusCode == 200
    outputs:
      removalCheckStatus: $statusCode
  outputs:
    priorStatus: $steps.confirmDeployed.outputs.currentStatus
    removalCheckStatus: $steps.confirmRemoved.outputs.removalCheckStatus

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/sap-integration-suite-undeploy-runtime-artifact-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.