MCPcopy Create free account
hub / github.com/coder/coder / deleteWorkspacePortShare

Function deleteWorkspacePortShare

site/src/api/queries/workspaceportsharing.ts:22–28  ·  view source on GitHub ↗
(workspaceId: string)

Source from the content-addressed store, hash-verified

20};
21
22export const deleteWorkspacePortShare = (workspaceId: string) => {
23 return {
24 mutationFn: async (options: DeleteWorkspaceAgentPortShareRequest) => {
25 await API.deleteWorkspaceAgentSharedPort(workspaceId, options);
26 },
27 };
28};

Callers 1

PortForwardPopoverViewFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected