Question
Palomar
Palomar
US
Palomar
Posted: May 13, 2025
Last activity: May 14, 2025
Last activity: 14 May 2025 1:00 EDT
PEGA Environment Restart
We are working on automating out PEGA releases via Deployment Manager APIs and we also need to restart the MPC environments programmatically. Is there a REST endpoint or series of REST endpoints exposed to be able to accomplish the environment restart programmatically?
@AddomL17396801
If you're in Pega Cloud, I don't think its possible. Pega does not expose any APIs related to its cloud infrastructure.
Alternatively you can place each node into quiescent state by passing the node ID in the /node/{nodeID}/quiesce API.