diff --git a/frontend/components/bot_performance_card.py b/frontend/components/bot_performance_card.py index bcc4c11..74d2fa7 100644 --- a/frontend/components/bot_performance_card.py +++ b/frontend/components/bot_performance_card.py @@ -14,8 +14,6 @@ backend_api_client = BackendAPIClient.get_instance(host=BACKEND_API_HOST, port=B def stop_bot(bot_name): backend_api_client.stop_bot(bot_name) - backend_api_client.stop_container(bot_name) - backend_api_client.remove_container(bot_name) def archive_bot(bot_name):