MCPcopy Create free account
hub / github.com/astercloud/aster / deleteBatch

Method deleteBatch

client-sdks/client-js/src/resources/agent.ts:298–303  ·  view source on GitHub ↗

* 批量删除 Agents * @param agentIds Agent ID 列表

(agentIds: string[])

Source from the content-addressed store, hash-verified

296 * @param agentIds Agent ID 列表
297 */
298 async deleteBatch(agentIds: string[]): Promise<void> {
299 await this.request("/v1/agents/batch", {
300 method: "DELETE",
301 body: { agentIds },
302 });
303 }
304
305 /**
306 * 批量归档 Agents

Callers 3

memory.test.tsFile · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected