restart fun and stop function added

This commit is contained in:
Hassan Hashmi
2023-12-29 00:18:53 +05:00
parent 854798aea1
commit 8c2a2f5de5
4 changed files with 151 additions and 4 deletions

View File

@@ -35,4 +35,6 @@ urlpatterns = [
path('getContainerAppinfo', views.getContainerAppinfo, name='getContainerAppinfo'),
path('getContainerApplog', views.getContainerApplog, name='getContainerApplog'),
path('recreateappcontainer', views.recreateappcontainer, name='recreateappcontainer'),
path('RestartContainerAPP', views.RestartContainerAPP, name='RestartContainerAPP'),
path('StopContainerAPP', views.StopContainerAPP, name='StopContainerAPP'),
]