Manage REST services
- Last Updated: September 5, 2025
- 2 minute read
- OpenEdge Command Center
- Version 2.0
- Documentation
From the ABL Applications tab, you can manage REST
services in your web applications by performing the following tasks:
- Deploy services
- Undeploy services
Deploy services
To deploy a service in an existing web application:
- In the OpenEdge Command Center console, click the ABL Applications tab.
The ABL Applications page is displayed.
- On the ABL Applications page,
select an ABL application.
The web applications and services deployed in the selected ABL application are displayed in the Web Applications and Services pane.
- In the Web Applications pane, select the web application where you want to deploy a service.
- In the Services pane, click
Deploy Service.
The Deploy Service dialog box is displayed.
- In the Select service file field,
click Select .paar, browse to the
location of the service file
(.paar), and select the file.Note: You can upload a PAAR file only if its size is less than or equal to523,239,424bytes (499 MB). If you want to upload a larger file, update thesystem-config.jsonfile by adding themaxFileUploadSizeparameter with appropriate value and restart the OpenEdge Command Center server. The maximum value you can set is3,221,225,472bytes (3 GB). For more information, see OpenEdge Command Center server configuration. - In the Service name field, type a
name for the service.Note: The name is automatically detected from the service
(.paar)file and is displayed, by default. You can change the service name as desired. - Click Deploy.
A message is displayed confirming that the request to deploy the service is submitted.
- Optional. Check notifications to view the status of service deployment.
- After the service is deployed, it appears in the Services pane. If the associated web application or ABL application is stopped, you must start it to view the deployed service.
Undeploy services
To undeploy a service:
- In the Services pane, locate the card of the service you want to undeploy.
- In the service card, click Undeploy.
The Undeploy Service box is displayed.
- Click Undeploy.
A message is displayed confirming that the request to undeploy a service is submitted.
- Optional. Check notifications to confirm if the service was undeployed successfully.