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

Function startVm

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

Source from the content-addressed store, hash-verified

1340 }
1341
1342 async function startVm(id: string) {
1343 try {
1344 await vmmRpc.startVm({ id });
1345 loadVMList();
1346 } catch (error) {
1347 recordError('Failed to start VM', error);
1348 }
1349 }
1350
1351 async function shutdownVm(id: string) {
1352 try {

Callers

nothing calls this directly

Calls 2

loadVMListFunction · 0.85
recordErrorFunction · 0.85

Tested by

no test coverage detected