com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Undeploying a Multi-tenant Service Cluster via REST API

Overview

DescriptionUsed to undeploy a multi-tenant service cluster in Private PaaS.
URL

admin/service/definition/<SERVICE_TYPE> 

HTTP MethodDELETE
Request/Response Format

application/json

Example

Use case: Undeploy a currently deployed multi-tenant service cluster named appserverdev. The example request is as follows:

curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin https://<SM_HOST>:9443/stratos/admin/service/definition/<SERVICE_TYPE>	

Sample response

{
  "stratosAdminResponse": {
    "message": "Successfully undeployed service cluster definition for service type appserverdev"
  }
}
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.