终止运行代码文件
仅适用于代码文件,不适用于自定义 Shell 命令。
Authorization
Token api-token<token>
32位令牌,在控制面板《个人设置 - 令牌管理》页面获取
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/exec/v1/file/stop" \ -H "Content-Type: application/json" \ -d '{ "path": "string" }'"string"
