You can delete a cartridge group using the CLI tool, REST API or the PPaaS Console as shown below:
Delete a cartridge group via the CLI
Overview
CLI command | remove-cartridge-group |
Description | Delete a cartridge group. |
Command format |
|
Parameter definition
Short option | Long option | Description | Required | Example value |
---|---|---|---|---|
N/A | N/A | Defined name of the cartridge group | yes |
|
Example
Remove a cartridge group named keymanager-gw-manager-gw-worker.
remove-cartridge-group keymanager-gw-manager-gw-worker
Sample output
Cartridge Group deleted successfully: [cartridge-group] keymanager-gw-manager-gw-worker
Delete a cartridge group via the REST API
Overview
Description | Delete a cartridge group. |
Resource Path |
|
HTTP Method | DELETE |
Request/Response Format |
|
Command format | curl -X DELETE -H "Content-Type: application/json" -k -v -u <USERNAME>:<PASSWORD> https://<PRIVATE_PAAS_HOST>:<PRIVATE_PAAS_HTTPS_PORT>/api/cartridgeGroups/{groupDefinitionName}
|
Example
Remove a cartridge group named keymanager-gw-manager-gw-worker.
curl -X DELETE -H "Content-Type: application/json" -k -v -u admin:admin https://localhost:9443/api/cartridgeGroups/keymanager-gw-manager-gw-worker
Sample output
> DELETE /api/cartridgeGroups/keymanager-gw-manager-gw-worker HTTP/1.1 > Host: localhost:9443 > Authorization: Basic YWRtaW46YWRtaW4= > User-Agent: curl/7.43.0 > Accept: */* > Content-Type: application/json > < HTTP/1.1 200 OK < Date: Wed, 07 Oct 2015 06:43:44 GMT < Content-Type: application/json < Transfer-Encoding: chunked < Server: WSO2 Carbon Server < {"status":"success","message":"Cartridge Group deleted successfully: [cartridge-group] keymanager-gw-manager-gw-worker"}
You will come across the following HTTP status codes while deleting a cartridge group:
HTTP status code | 200, 500 See the descriptions of the HTTP status codes here. |
Delete a cartridge group via the PPaaS Console
Follow the instructions below to delete a cartridge group:
- Click Configurations on the home page.
- Click Cartridge Groups. The Cartridge Group Definitions page will appear.
- Hover your mouse pointer over the cartridge group, which you wish to delete, for the Delete button to appear and click Delete.
- Click Yes to delete the cartridge group.
Overview
Content Tools
Activity