Health
Set maximum session count
Sets the maximum session count at runtime. This overrides the MAX_SESSIONS_COUNT environment variable. Set to 0 to clear the override and revert to the environment variable value. Changes take effect immediately for new session allocation attempts.
post/max-session-count
Request body
Example request
{
"max_session_count": 256
}Response
Successfully set max session count
Example response
{
"max_session_count": 256
}