DeepFellow DOCS

Unregister a fine-tuning worker

Soft-delete a fine-tuning worker. In-flight jobs on this worker continue to be polled until they finish.

DELETE
/v1/fine_tuning/workers/{worker_id}
AuthorizationBearer <token>

In: header

Path Parameters

worker_idWorker Id

The ID of the fine-tuning worker to unregister

Match^[0-9a-fA-F]{24}$

Response Body

curl -X DELETE "https://loading/v1/fine_tuning/workers/5eb7cf5a86d9755df3a6c593"
{
  "id": "string",
  "object": "fine_tuning.worker.deleted",
  "deleted": true
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}

We use cookies on our website. We use them to ensure proper functioning of the site and, if you agree, for purposes such as analytics, marketing, and targeting ads.