GET /mltk/start_container
GET /mltk/start_container
Summary counts of active / inactive containers and DEV / PROD splits.
Description. Summary counts of active / inactive containers and DEV / PROD splits.
Response (200).
{
"status": "success",
"container_status": { "counts": { "active": 2, "inactive": 1, "mode_dev": 1, "mode_prod": 2 } }
}