This CLI command removes an application from Zend Server.
This table specifies the various arguments used in the command:
Abbreviated | Full | Description | Required/Optional |
-i |
--id |
ID of the application to be removed. |
Required |
This table lists arguments common to all zs-manage commands:
Abbreviated | Full | Description | Required/Optional |
-N |
--key-name |
WebAPI key name. |
Required |
-K |
--secret-key |
WebAPI secret key. |
Required |
-U |
--server-url |
Zend Server URL. Default: http://localhost:10081/ZendServer. |
Required - when action is performed on a remote server. |
-h |
--help |
Show usage information and exit. |
Optional |
Tip:
Use app-get-status to retrieve the ID of the application you wish to remove.
|
|
|
To use app-remove:
/usr/local/zend/bin/zs-manage app-remove --help
/usr/local/zend/bin/zs-manage app-remove -i <application ID> [optional parameters- see table above] -N <existing key name> -K <existing key secret> The application is removed from Zend Server. APPINFO 2 http://<default-server>:80/sanity mtrig mynewapp /usr/local/zend/var/apps/http/__default__/0/sanity/1.0.0 deployed SERVERAPPINFO 3 1.0.0 deactivating SERVERAPPINFO 1 1.0.0 deactivating |
|
|