You can add an application using the CLI tool, REST API or the PPaaS Console as shown below:
Undeploying an application via the CLI
Overview
CLI command | undeploy-application |
Description | Undeploy an application. |
Command format | undeploy-application <APPLICATION_ID> |
Parameter definition
Short option | Long option | Description | Required | Example value |
---|---|---|---|---|
N/A | N/A | Unique ID of the application | Yes | wso2am-190-application |
Example
Undeploy an application named wso2am-190-application.
undeploy-application wso2am-190-application
Sample output
Application undeploy process started successfully: [application-id] wso2am-190-application
Undeploying an application via the REST API
Overview
Description | Undeploy an application. This will remove the entire runtime of the specified application. |
Resource Path |
|
HTTP Method | POST |
Request/Response Format |
|
Command format | curl -X POST -H "Content-Type: application/json" -k -v -u <USERNAME>:<PASSWORD> https://<PRIVATE_PAAS_HOST>:<PRIVATE_PAAS_HTTPS_PORT>/api/applications/{applicationId}/undeploy
|
Example
Undeploy an application named wso2am-190-application .
curl -X POST -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/applications/wso2am-190-application/undeploy
Sample output
> POST /api/applications/wso2am-190-application/undeploy HTTP/1.1 > Host: localhost:9443 > Authorization: Basic YWRtaW46YWRtaW4= > User-Agent: curl/7.43.0 > Accept: */* > Content-Type: application/json > < HTTP/1.1 202 Accepted < Date: Mon, 12 Oct 2015 06:08:56 GMT < Content-Type: application/json < Transfer-Encoding: chunked < Server: WSO2 Carbon Server < {"status":"success","message":"Application undeploy process started successfully: [application-id] wso2am-190-application"}
You will come across the following HTTP status codes while undeploying an application:
HTTP status code | 202, 500 See the descriptions of the HTTP status codes here. |
Undeploying an application via the PPaaS Console
Follow the instructions below to undeploy an application:
- Click Applications on the home page.
- Hover your mouse pointer over the application that you wish to deploy for the Undeploy button to appear and click Undeploy.
- Click Yes to undeploy the application
Overview
Content Tools
Activity