Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Stop your load test

Focus mode
Stop your load test - Amazon SageMaker AI

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.

AWS SDK for Python (Boto3)

Specify the job name of the load test for the JobName field:

sagemaker_client.stop_inference_recommendations_job( JobName='<INSERT>' )
AWS CLI

Specify the job name of the load test for the job-name flag:

aws sagemaker stop-inference-recommendations-job --job-name <job-name>
Amazon SageMaker Studio Classic

Close the tab where you initiated your custom load job to stop your Inference Recommender load test.

SageMaker AI console

To stop your load test job through the SageMaker AI console, do the following:

  1. Go to the SageMaker AI console at https://console.aws.amazon.com/sagemaker/.

  2. In the left navigation pane, choose Inference, and then choose Inference recommender.

  3. On the Inference recommender jobs page, select your load test job.

  4. Choose Stop job.

  5. In the dialog box that pops up, choose Confirm.

After stopping your job, the job’s Status should change to Stopping.

Specify the job name of the load test for the JobName field:

sagemaker_client.stop_inference_recommendations_job( JobName='<INSERT>' )
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.