- Newest
- Most votes
- Most comments
I met the same problem with you, it worked by the next steps
use aws cli and check spaces attached on the user, which may not be visible on console
aws sagemaker list-spaces
find the spaces in service attached on the user
aws sagemaker delete-space --domain-id DomainId --space-name SpaceName
and delete the user on console or aws cli
I guess that SPACE concept is born in the latest release version of sagemaker studio, but only the original SHARED SPACE is visible on the console .
hope it works to you.
Hi,
Can you try to follow this guidance from service documentation: https://docs.aws.amazon.com/sagemaker/latest/dg/gs-studio-delete-domain.html#gs-studio-delete-domain-studio ?
It is spot on with what you are trying to achieve.
Best,
Didier
Didier's answer works for me. More precisely, you need to delete the user profile and the space at first, they can respectively be found in "User profiles" and "Space management" tabs after you have clicked on the domain name that you want to delete (not check the box, but click the name to enter the another page.
After you have delete the two, you can go to the first tab showing "General settings " to delete the domain, where the "delete" buttom is not at the top right or bottom right, but a little lower position that you can found when you scroll down the page.
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 10 months ago