curl --request DELETE \
--url https://api.example.com/v1/preview/models/{model_id}/checkpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"steps": [
123
]
}
'{
"deleted_count": 123,
"not_found_steps": [
123
]
}모델의 특정 체크포인트를 삭제합니다.
curl --request DELETE \
--url https://api.example.com/v1/preview/models/{model_id}/checkpoints \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"steps": [
123
]
}
'{
"deleted_count": 123,
"not_found_steps": [
123
]
}