Skip to main content

Stop Monitoring Service

更新时间:2025-05-09 18:32:25
Stop the training monitoring service.
DELETE
https://api.alayanew.com/api/serverless-train/v1/tracing/{vksId}
Authorizations
AuthorizationsStringHeaderRequired

用户可通过已获取Open API Key做验证,例如:plain Credential=[YOUR_AK],Signature=[YOUR_SK]。

Path Parameters
vksIdStringRequired

Elastic container cluster ID.

Response
状态码:application/json
codeInt

code is a common return value format, representing the execution result of the query operation.

0 is the success identifier, indicating the operation was completed successfully.
msgStringRequired

Returns exception information when the code value is -1.

curl -X DELETE 'https://api.alayanew.com/api/serverless-train/v1/tracing/vc3jedd7crnd' 
     -H 'Authorization: plain Credential=YOUR_AK,Signature=YOUR_SK' 
{
    "code": 0}