Processes
Method GET

Return nginx processes status

Returns the number of abnormally terminated and respawned child processes.

get/processes

Response

Success

respawnedinteger

The total number of abnormally terminated and respawned child processes.

Example response

{
  "respawned": 0
}

Changes