This function disables a Passenger application on an account.
Important:
When you disable the Web Server role, the system disables this function.
uapi --output=jsonpretty \ --user=username \ PassengerApps \ disable_application \ name='slippers'
{- "apiversion": 3,
- "func": "disable_application",
- "module": "PassengerApps",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}