Restoring a Pinned App with the API

If you have pinned a prior version of an app, you can overwrite the current version of the app with the pinned version. If the current app is not working correctly, rolling back to a prior version of the app may solve the issue.

Note: Only and TIBCO BusinessWorks apps can be pinned.

Considerations

To restore a pinned app, you need the following: 

  1. Use the PUT /v1/subscriptions/{subscriptionLocator}/apps/{appId}/pin method to overwrite the current version of the app with the pinned version.
  2. Log into the TIBCO Cloud™ Integration user interface.
  3. Navigate to the Apps List and select the app you restored.
  4. Scale the app down to zero instances and then scale it back up to the correct number of instances.
    Note: If you do not scale the app down and back up again, the restored version of the app does not display in the user interface.

TIBCO Cloud Integration - Connect has a separate API that allows you to manage objects for that capability. The TIBCO Cloud Integration - Connect API can restore prior versions of flows within an app. For more information, see the help for GET /v1/orgs/{orgId}/solutions/{solutionId}/maps/{mapId}/revisions and POST /v1/orgs/{orgId}/solutions/{solutionId}/maps/{mapId}/revert under Maps in the TIBCO Cloud Integration - Connect Developer Portal.

Role Requirements

Only Admin users can restore pinned apps.

Related Topics

Viewing an App Pin with the API

Pinning an App with the API

Deleting an App Pin with the API