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

Method deleteBenchmark

studio/src/api/client.ts:244–248  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

242 }
243
244 async deleteBenchmark(id: string): Promise<void> {
245 await fetch(`${this.baseUrl}/eval/benchmarks/${id}`, {
246 method: 'DELETE',
247 });
248 }
249}
250
251// Export singleton instance

Callers 1

useDeleteBenchmarkFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected