Error when deleting Inference Endpoint in Sagemaker using CLI

0

I am trying to delete my inference endpoint using the AWS CLI because I can't do so via the Studio. However, when I try to list the inference components using

aws sagemaker list-inference-components

command, I am getting an error of 'aws: error: argument operation: Invalid choice'. There does not seem to be a list-inference-components command in the AWS CLI . I tried using boto3 and got into the same error. Can someone please help?

2 Answers
0
Accepted Answer

Hello.

The command exists.
Also, if you are running the command with options, check that the options are set correctly.
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sagemaker/list-inference-components.html

Please upgrade the AWS CLI version to the latest version and try again.
https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html

Or try setting the AWS CLI execution environment to CloudShell.
https://docs.aws.amazon.com/cloudshell/latest/userguide/welcome.html

profile picture
EXPERT
answered 3 months ago
profile pictureAWS
EXPERT
reviewed 3 months ago
0

It works after upgrading the AWS CLI - thanks!

AWS
answered 3 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions