We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a653c44 commit c515807Copy full SHA for c515807
2 files changed
src/aleph/vm/orchestrator/supervisor.py
@@ -34,6 +34,7 @@
34
about_login,
35
debug_haproxy,
36
list_executions,
37
+ list_executions_resources,
38
list_executions_v2,
39
notify_allocation,
40
operate_reserve_resources,
@@ -47,7 +48,6 @@
47
48
status_check_version,
49
status_public_config,
50
update_allocations,
- list_executions_resources,
51
)
52
from .views.operator import (
53
operate_confidential_initialize,
src/aleph/vm/orchestrator/views/__init__.py
@@ -228,7 +228,6 @@ async def list_executions_v2(request: web.Request) -> web.Response:
228
229
230
231
-
232
@cors_allow_all
233
async def list_executions_resources(request: web.Request) -> web.Response:
234
"""List all executions with detail on their resource usage"""
0 commit comments