cURL
curl --request DELETE \ --url https://dev.hub.oxen.ai/api/repos/{namespace}/{repo_name}/fine_tunes/{id} \ --header 'Authorization: Bearer <token>'
{ "fine_tune": { "base_model": "<string>", "created_at": "<string>", "id": "<string>", "name": "<string>", "status": "<string>", "updated_at": "<string>" }, "status": "<string>", "status_message": "<string>" }
Delete a fine-tune job and any associated model metadata.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fine-tune ID
Deleted fine-tune response
Standard wrapper for fine-tune responses.
Fine-tune job resource
Show child attributes
Canonical name of the base model
Creation time
Fine-tune name
Current status of the fine-tune
Last update time
High-level status string (for example, 'success').
Human-readable status message (for example, 'resource_found').