cURL
curl --request PATCH \ --url https://dev.hub.oxen.ai/api/repos/{namespace}/{repo_name}/fine_tunes/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "fine_tune": { "base_model": "<string>", "created_at": "<string>", "id": "<string>", "name": "<string>", "status": "<string>", "updated_at": "<string>" }, "status": "<string>", "status_message": "<string>" }
Partially update a fine-tune job’s attributes.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fine-tune ID
Fine-tune update request
Subset of fine-tune fields to update
Updated fine-tune response
Standard wrapper for fine-tune responses.
Fine-tune job resource
Show child attributes
High-level status string (for example, 'success').
Human-readable status message (for example, 'resource_found').