Stop training session
Stops a training session.
Path parameters
ID of the training session
Response
Training session details
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"display_name": "gsm8k-experiment-2",
"metadata": {
"wandb": {
"entity": "example-org",
"project": "grpo-gsm8k",
"group": "gsm8k-35b-sweep",
"run_name": "exp2-thinking-4k-ctx",
"run_id": "abc123",
"url": "https://wandb.ai/example-org/example-project/runs/run-id"
}
},
"error": {
"message": "The session could not start because the selected resource has no available capacity.",
"occurred_at": "2026-01-02T00:00:05Z"
},
"inference_checkpoints": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-01-02T00:00:00Z",
"registration": {
"model_name": "username/Meta-Llama-3-8B-rl-step-42-20260216",
"registered_at": "2026-01-02T00:00:00Z"
}
}
],
"training_checkpoints": [
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-01-02T00:00:00Z"
}
],
"resume_from_checkpoint_id": "123e4567-e89b-12d3-a456-426614174000",
"created_at": "2026-01-02T00:00:00Z",
"updated_at": "2026-01-02T00:00:05Z",
"lora_config": {
"rank": 32,
"alpha": 64,
"train_unembed": true
},
"model_resources_id": "123e4567-e89b-12d3-a456-426614174000",
"base_model": "Qwen/Qwen3-0.6B",
"created_by": "user_123",
"policy_state": {
"pending_publish": true
}
}Changes
Changed in 7 of the 15 revisions of this API.4215
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ▲
the response property
became optional for the statusresponse-property-became-optional
- ●
removed the optional property
/from the response with the statusresponse-optional-property-removed
This revision also has 11 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromfloatto no format for statusresponse-property-type-changed
- ▲
the
/response's property format changed fromint64to no format for statusresponse-property-type-changed
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
the
response's property default value changed from16to64for the statusresponse-property-default-value-changed
- ○
the
response's property default value changed from0.05to0.0for the statusresponse-property-default-value-changed
- ○
the
response's property default value changed from8to32for the statusresponse-property-default-value-changed
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲