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

Method activateBatch

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

* 批量激活 Agents * @param agentIds Agent ID 列表

(agentIds: string[])

Source from the content-addressed store, hash-verified

318 * @param agentIds Agent ID 列表
319 */
320 async activateBatch(agentIds: string[]): Promise<void> {
321 await this.request("/v1/agents/batch/activate", {
322 method: "POST",
323 body: { agentIds },
324 });
325 }
326
327 // ==========================================================================
328 // Agent Clone

Callers 1

mainFunction · 0.80

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected