You might want to stop a job that is currently running if you began a job by
mistake or no longer need to run the job. Stop your load test jobs programmatically
with the StopInferenceRecommendationsJob
API, or through Studio Classic or
the SageMaker AI console.
Specify the job name of the load test for the JobName
field:
sagemaker_client.stop_inference_recommendations_job( JobName=
'<INSERT>'
)