Description
This function removes a Ruby application.
Warning:
We strongly recommend that you use UAPI instead of cPanel API 2. However, no equivalent UAPI function exists.
Examples
Note:
Use cPanel's API Shell interface (Home >> Advanced >> API Shell) to directly test cPanel API calls.
Parameters
Return |
Type |
Description |
Possible values |
Example |
appname |
string |
Required The Ruby application's name. |
A valid string. |
Test |
Returns
Return |
Type |
Description |
Possible values |
Example |
statusmsg |
string |
Ruby's status. |
|
remove ok |
env |
string |
Whether the application was production or development. |
|
development |
status |
boolean |
Whether the function succeeded. |
|
1 |
loadonboot |
boolean |
Whether to load the function on system boot. |
|
0 |
name |
string |
The application's name. |
A valid string. |
Test |
path |
string |
The application's path. |
A valid path. |
/rails_apps/Test |
port |
integer |
The application's port number. |
A positive integer. |
12001 |
reason |
string |
A reason for failure. Note: This function only returns a reason value if it failed. |
A string that describes the error. |
This is an error message. |
result |
boolean |
Whether the function succeeded. |
|
1 |