RL
Stop model resources
Stops every session attached to the resource and tears down its GPU pods.
post/rl/model-resources/{model_resources_id}/stop
Path parameters
model_resources_idstring required
ID of the model resource
Query parameters
forceboolean
Stop the resource even if active training sessions are attached
Response
Model resource details
Example response
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"error": {
"message": "Capacity is currently unavailable. Try again later.",
"occurred_at": "2026-01-02T00:00:05Z"
},
"base_model": "Qwen/Qwen3-0.6B",
"compute_config": {
"num_generator_replicas": 1
},
"lora_enabled": true,
"created_at": "2026-01-02T00:00:00Z",
"updated_at": "2026-01-02T00:00:05Z",
"created_by": "user_123"
}