Table of Contents |
---|
Overview
CLI command | undeploy-cartridge |
Description | Used to undeploy a cartridge in Private PaaS. |
Command format | undeploy-cartridge <CARTRIDGE-TYPE> |
Parameter Definitions
Short Option | Long Option | Description | Required | Example Value |
---|---|---|---|---|
N/A | N/A | Type of the cartridge | Yes | php |
Example
Use case: Undeploy the cartridge with the type "php".
Code Block |
---|
undeploy-cartridge php |
Sample Output
Code Block |
---|
You have succesfully underplayed php cartridge |