MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / disable

Method disable

node/src/resources/machines.ts:68–70  ·  view source on GitHub ↗

Soft-disable (not delete).

(machineId: string)

Source from the content-addressed store, hash-verified

66 if (response.payload.case !== "machineMessageList") {
67 throw new Error("cmdop-core returned the wrong messages response arm");
68 }
69 return response.payload.value;
70 }
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected