Help us improve these docs. Take our quick survey.
cURL
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 ] }
모델의 특정 체크포인트를 삭제합니다.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
checkpoint를 삭제하기 위한 스키마입니다.
성공 응답
체크포인트 삭제 응답용 스키마입니다.
이 페이지가 도움이 되었나요?