RL
Save training checkpoint
Submits an operation that will asynchronously save the full training state (adapter + optimizer + step).
post/rl/training-sessions/{session_id}/operations/training-checkpoint
Path parameters
session_idstring required
Training session ID
Response
Save training checkpoint operation details
Example response
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"output": {
"checkpoint_id": "550e8400-e29b-41d4-a716-446655440000"
},
"error": {
"message": "Operation timed out"
}
}