Skip to main content

What this is

If jobs terminate unexpectedly, run explicit cleanup so trainer and deployment resources are not left active.

End-to-end examples

Manual cleanup

fw.reinforcement_fine_tuning_steps.delete(rlor_trainer_job_id="<job-id>")
fw.deployments.delete(deployment_id="<deployment-id>", extra_query={"ignoreChecks": "true"})