FrontToken: ********************{
"id": "string",
"taskId": "string",
"isChange": 0,
"uniqueFlag": "string",
"serviceId": "string",
"ids": [
{}
],
"taskName": "string",
"modelName": "string",
"status": 0,
"predTotalTimeSec": 0,
"gpuCount": 0,
"model_size_in_billion": 0,
"taskPrice": 0,
"realUnitPrice": 0,
"estimatedPrice": 0,
"train_type": "string",
"tuneType": "string",
"batch_size": 0,
"pageNum": 0,
"pageSize": 0,
"isBaseModel": 0,
"mergeModel": true,
"talkJob": true,
"appMode": 0
}curl --location --request DELETE '/front/modelBase/deleteModelTask' \
--header 'FrontToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"taskId": "string",
"isChange": 0,
"uniqueFlag": "string",
"serviceId": "string",
"ids": [
{}
],
"taskName": "string",
"modelName": "string",
"status": 0,
"predTotalTimeSec": 0,
"gpuCount": 0,
"model_size_in_billion": 0,
"taskPrice": 0,
"realUnitPrice": 0,
"estimatedPrice": 0,
"train_type": "string",
"tuneType": "string",
"batch_size": 0,
"pageNum": 0,
"pageSize": 0,
"isBaseModel": 0,
"mergeModel": true,
"talkJob": true,
"appMode": 0
}'{
"code": 0,
"message": "string",
"data": {},
"success": true
}