Closing up a Sagemaker user profile - intended behavior?
I had a Sagemaker user I wasn't using, so I tried to delete it and initially came across this tutorial: https://docs.aws.amazon.com/sagemaker/latest/dg/gs-studio-delete-domain.html . As part of the larger process for how to delete a domain, it shows how to delete any user profiles within that domain. The steps are:
- Choose the user.
- On the User Details page, for each non-failed app in the Apps list, choose Delete app.
- On the Delete app dialog, choose Yes, delete app, type delete in the confirmation field, and then choose Delete.
- When the Status for all apps show as Deleted, choose Delete user.
The problem comes on the final step: I wasn't able to find a "Delete user" button. This feels like a bug, because without such a button the only way to stop charges on a Sagemaker user is to use the CLI, which I eventually did. You can only delete the domain if you have deleted all users, meaning it only works using the CLI for that as well. For every other AWS service I've used, there is an easy way to delete everything from the GUI.
Try clicking on the user, then Edit, and then Delete? I don't remember if that is the exact flow, but I do know that you can do it in the GUI. I've done it a few times.
Relevant questions
Using SageMaker as a backend for a web app
asked 3 months agoSageMaker Studio will not load
asked 2 years agoFree tier usage Sagemaker
asked 3 years agoAPI Gateway returns TARGET_MODEL_HEADER_MISSING
asked 10 months agoHow to create (Serverless) SageMaker Endpoint using exiting tensorflow pb (frozen model) file?
asked a month agoAPI Gateway returns TARGET_MODEL_HEADER_MISSING
asked 10 months agoProvision SSO user via Cloudformation AWS::SageMaker::UserProfile is not working
asked 2 months agoCreate endpoint from Python
Accepted Answerasked a year agoClosing up a Sagemaker user profile - intended behavior?
Accepted Answerasked 5 months agoError on DeleteEndpoint operation: Cannot update in-progress endpoint
asked 16 days ago
That worked. I don't know why they would put delete inside of edit, but it was right there.