Try OpenEdge Now
skip to main content
Administration
Command and Utility Reference : RESTMAN disable
 

RESTMAN disable

Makes a deployed REST Web application unavailable to incoming client requests by setting the serviceAvailable property of the REST Web application to 0.

Syntax

Operating system
Syntax
UNIX
Windows
restman
   -name instance-name
   -appname application-name
   -disable
-name instance-name
The name of the REST Management Agent instance.
-appname application-name
The name of the REST Web application that you want to disable.

Notes

When a REST Web application is disabled, the REST Management Agent begins a shutdown process that involves stopping the Web service's existing client requests and terminating any AppServer connections in the application's connection pool.
Although a REST Web application is disabled, it can return customer HTTP response codes and text. This can be configured through the REST Management Agent.