# Application Manager Web Server Management / Application Manager ## Disable Passenger application - [GET /PassengerApps/disable_application](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/disable_application.md): This function disables a Passenger application on an account. When you disable the Web Server role, the system this function. ## Update Passenger application settings - [GET /PassengerApps/edit_application](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/edit_application.md): This function edits a Passenger application for an account. : When you disable the Web Server role, the system this function. ## Enable Passenger application - [GET /PassengerApps/enable_application](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/enable_application.md): This function enables a Passenger application and generates the Apache configuration on an account. When you disable the Web Server role, the system this function. ## Install Passenger application dependencies - [GET /PassengerApps/ensure_deps](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/ensure_deps.md): This function installs the dependencies for a Passenger application. : This function starts the installation process. This may take a long time to complete. : When you disable the Web Server role, the system this function. ## Return Passenger applications - [GET /PassengerApps/list_applications](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/list_applications.md): This function lists an account’s Passenger applications. When you disable the Web Server role, the system this function. ## Register Passenger application - [GET /PassengerApps/register_application](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/register_application.md): This function registers a Passenger application for an account. : * This function registers an application. It does create the application. You create an application you register the application. For an example of how to do this, read our How to Create Ruby Web Applications documentation. * When you disable the Web Server role, the system this function. ## Unregister Passenger application - [GET /PassengerApps/unregister_application](https://api.docs.cpanel.net/specifications/cpanel.openapi/application-manager/unregister_application.md): This function unregisters a Passenger application on an account. * This function unregisters an application. It does delete the application. You manually delete the application from your system. * When you disable the Web Server role, the system this function.