Cancel Job
Prerequisites
Before you can cancel a customization job, make sure that you have:
- Obtained the base URL of your NeMo Platform.
- Set the
NMP_BASE_URLenvironment variable to your NeMo Platform endpoint
To Cancel a Customization Job
Running jobs may be cancelled. A cancelled job does not upload checkpoints. Customization jobs run on the platform’s Jobs service, so you cancel them through that service (the same way for both backends) using the job’s name and workspace. You can get these from List Active Jobs.
Use the SDK to cancel a job:
Example Response
:open: