pcc/wwwroot/api/cluster_stop.dspy

5 lines
123 B
Plaintext

# 停止集群
cluster_id = params_kw.get('cluster_id', '')
result = await stop_cluster(request, cluster_id)
return result