MCPcopy Create free account
hub / github.com/arctic-cli/interface / remove

Method remove

packages/sdk/js/src/gen/sdk.gen.ts:295–300  ·  view source on GitHub ↗

* Remove a PTY session

(options: Options<PtyRemoveData, ThrowOnError>)

Source from the content-addressed store, hash-verified

293 * Remove a PTY session
294 */
295 public remove<ThrowOnError extends boolean = false>(options: Options<PtyRemoveData, ThrowOnError>) {
296 return (options.client ?? this._client).delete<PtyRemoveResponses, PtyRemoveErrors, ThrowOnError>({
297 url: "/pty/{id}",
298 ...options,
299 })
300 }
301
302 /**
303 * Get PTY session info

Callers 15

session.test.tsFile · 0.45
handleAntigravityLoginFunction · 0.45
migrateFromGlobalFunction · 0.45
handleCodexDeviceLoginFunction · 0.45
handleAlibabaLoginFunction · 0.45
handlerFunction · 0.45
showFunction · 0.45
DialogPtyFunction · 0.45
removeConnectionFunction · 0.45
removeAllConnectionsFunction · 0.45
index.tsFile · 0.45
cleanupFunction · 0.45

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected