MCPcopy Index your code
hub / github.com/1Panel-dev/1Panel / deleteHost

Function deleteHost

frontend/src/api/modules/terminal.ts:45–47  ·  view source on GitHub ↗
(params: { ids: number[] })

Source from the content-addressed store, hash-verified

43 return http.postLocalNode(`/hosts/update/group`, params);
44};
45export const deleteHost = (params: { ids: number[] }) => {
46 return http.postLocalNode(`/hosts/del`, params);
47};
48
49// agent
50export const loadLocalConn = () => {

Callers

nothing calls this directly

Calls 1

postLocalNodeMethod · 0.80

Tested by

no test coverage detected