---
title: "Changes to Cancel job"
method: POST
path: "/fine-tunes/{id}/cancel"
---

# Changes to Cancel job

`POST /fine-tunes/{id}/cancel`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 15 revisions.

- **2026-08-04** `43e29c4cb279` — 1 warning, 1 info
- **2026-07-26** `0c4fdad77435` — 13 breaking

## Changes

- **2026-08-04** `43e29c4cb279` — 1 warning, 1 info
  - added the new `tokenized_dataset_upload_complete` enum value to the `events/items/type` response property for the response status `200`
  - added the optional property `events/items/tokenized_dataset_path` to the response with the `200` status
- **2026-07-26** `0c4fdad77435` — 13 breaking
  - the `early_stopping_best_metric` response's property format changed from `float` to no format for status `200`
  - the `events/items/early_stopping_best_metric_value` response's property format changed from `float` to no format for status `200`
  - the `learning_rate` response's property format changed from `float` to no format for status `200`
  - the `lr_scheduler/lr_scheduler_args/oneOf[#/components/schemas/CosineLRSchedulerArgs]/min_lr_ratio` response's property format changed from `float` to no format for status `200`
  - the `lr_scheduler/lr_scheduler_args/oneOf[#/components/schemas/CosineLRSchedulerArgs]/num_cycles` response's property format changed from `float` to no format for status `200`
  - the `lr_scheduler/lr_scheduler_args/oneOf[#/components/schemas/LinearLRSchedulerArgs]/min_lr_ratio` response's property format changed from `float` to no format for status `200`
  - the `max_grad_norm` response's property format changed from `float` to no format for status `200`
  - the `training_method/oneOf[#/components/schemas/TrainingMethodDPO]/dpo_beta` response's property format changed from `float` to no format for status `200`
  - the `training_method/oneOf[#/components/schemas/TrainingMethodDPO]/rpo_alpha` response's property format changed from `float` to no format for status `200`
  - the `training_method/oneOf[#/components/schemas/TrainingMethodDPO]/simpo_gamma` response's property format changed from `float` to no format for status `200`
  - the `training_type/oneOf[#/components/schemas/LoRATrainingType]/lora_dropout` response's property format changed from `float` to no format for status `200`
  - the `warmup_ratio` response's property format changed from `float` to no format for status `200`
  - the `weight_decay` response's property format changed from `float` to no format for status `200`

---

[Operation](https://skmtc.dev/together/apis/together-apis/docs/fine-tunes/:id/cancel/post.md) · [API](https://skmtc.dev/together/apis/together-apis.md) · [Page](https://skmtc.dev/together/apis/together-apis/changes/fine-tunes/:id/cancel/post)
