POST /mltk/stop_container
POST /mltk/stop_container
Equivalent to `DELETE /mltk/start_container/{model}` — stops the Docker container or deletes the Kubernetes deployment, clears runtime state.
Description. Equivalent to DELETE /mltk/start_container/{model} — stops the Docker container or deletes the Kubernetes deployment, clears runtime state.
Body (JSON).
{ "payload": { "model": "my_model" } }