Refresh all ABL sessions of one or all agents
- Last Updated: May 18, 2026
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Description
Refresh Agents terminates all sessions within an ABL application, thereby refreshing the multi-session agent or agents so that changes to the application can be picked-up by the agent or agents.
For more details, refer to Refresh agents in an ABL application.
Note that you identify the specific agent by the agentID, which you can obtain by executing /oemanager/applications/ABL_app_name/agents, or you can enter
all in place of an agent ID to refresh all sessions in all
agents in the ABL application.
HTTP Operation
DELETE
URI
//host_name:port/oemanager/applications/App_name/agents/{agentID|all}/sessions
Media type
application/vnd.progress+json
Response codes
200 Success
403 Access Denied
500 Unexpected Server Error
Command-line example
Refresh agents command to terminate sessions in all agents using the
all endpoint:
|
Refresh agent command to terminate sessions in a specified agent using an
agent with the agent ID LdS8phtPR0GIrhRrrSL3Xg:
|
ABL HTTP client example
|
Request body example
NA
Response body example
|