[模型管理] 停止后重建任务
POST
/openapi/v0.9/model/api/v1/workspaces/{proj_uuid}/reconstructions/stop
es-file-storage
请求参数
Path 参数
proj_uuid
string
必需
Header 参数
x-user-token
string
必需
默认值:
{{x-user-token}}
X-Request-Id
string
可选
默认值:
{% mock 'uuid' %}
Body 参数application/json
file_uuid
string
必需
required: true
example: "4dbc6ef2-0e3c-4d47-8b32-552a44f573c5"
workspace_id
string
可选
required: true
example: "ws-123"
示例
{
"file_uuid": "string",
"workspace_id": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/openapi/v0.9/model/api/v1/workspaces//reconstructions/stop' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_uuid": "string",
"workspace_id": "string"
}'
返回响应
🟢200成功
application/json
Body
object (Resp) | null
HTTP响应模板
code
integer
响应码
message
string
响应消息
data
object | null
响应数据
示例
{
"code": 0,
"message": "string",
"data": {}
}
修改于 2025-06-26 11:58:36