MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / svRemove

Function svRemove

vmm/ui/src/composables/useVmManager.ts:1609–1616  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

1607 }
1608
1609 async function svRemove(id: string) {
1610 try {
1611 await baseRpcCall('/prpc/SvRemove', { id });
1612 await loadSupervisorProcesses();
1613 } catch (error) {
1614 recordError('Failed to remove process', error);
1615 }
1616 }
1617
1618 async function svClear() {
1619 try {

Callers

nothing calls this directly

Calls 3

baseRpcCallFunction · 0.85
loadSupervisorProcessesFunction · 0.85
recordErrorFunction · 0.85

Tested by

no test coverage detected