Skip to main content
PATCH
/
v1
/
flow
/
fine-tunes
/
{fine_tune_id}
Modify fine-tuning job
curl --request PATCH \
  --url https://flow.seekr.com/v1/flow/fine-tunes/{fine_tune_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'
{}

Authorizations

Authorization
string
header
required

Seekr API Key without 'Bearer' Prefix

Path Parameters

fine_tune_id
string
required

Body

application/json
name
string | null
description
string | null

Response

Successful Response

The response is of type object.

Last modified on June 18, 2026