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.”

Hide machine learning tools and applications on a user level

Focus mode
Hide machine learning tools and applications on a user level - Amazon SageMaker AI

The following shows how to customize the applications and ML tools displayed in Studio on a user level. For more information, see Hide machine learning tools and applications in the Amazon SageMaker Studio UI.

This feature is not available if Studio Classic is set as your default experience.

To hide machine learning tools and applications Studio UI on a user level (console)
  1. Open the Amazon SageMaker AI console at https://console.aws.amazon.com/sagemaker/.

  2. On the left navigation pane, choose Admin configurations.

  3. Under Admin configurations, choose domains.

  4. From the list of domains, choose the link to the domain you wish to edit.

  5. On the Domain details page, choose the User profiles tab.

  6. In the User profiles section, choose the link to the user profile you wish to edit.

  7. Choose the App Configurations tab.

  8. In the SageMaker Studio section, choose Customize Studio UI.

  9. On the Customize Studio UI page you can hide applications and ML tools displayed in Studio by toggling them off.

    Note that not all ML features are available in all regions.

  10. Once you have reviewed your changes, choose Save. This will take you back to the user profile edit flow.

  11. Choose Save changes.

Once completed, you will see a green banner containing a success message at the top of the page.

To hide machine learning tools and applications Studio UI on a user level (console)
  1. Open the Amazon SageMaker AI console at https://console.aws.amazon.com/sagemaker/.

  2. On the left navigation pane, choose Admin configurations.

  3. Under Admin configurations, choose domains.

  4. From the list of domains, choose the link to the domain you wish to edit.

  5. On the Domain details page, choose the User profiles tab.

  6. In the User profiles section, choose the link to the user profile you wish to edit.

  7. Choose the App Configurations tab.

  8. In the SageMaker Studio section, choose Customize Studio UI.

  9. On the Customize Studio UI page you can hide applications and ML tools displayed in Studio by toggling them off.

    Note that not all ML features are available in all regions.

  10. Once you have reviewed your changes, choose Save. This will take you back to the user profile edit flow.

  11. Choose Save changes.

Once completed, you will see a green banner containing a success message at the top of the page.

Note

To use this feature you may need to update to the latest AWS CLI version. For more information, see Installing or updating to the latest version of the AWS CLI.

You can use the AWS CLI to customize the applications and ML tools displayed in Studio on a user level, using StudioWebPortalSettings. Use HiddenAppTypes to hide applications and HiddenMlTools to hide ML tools.

In the following example, SageMaker Canvas and Code Editor are being hidden for user userProfileName in the domain domainId.

aws sagemaker update-user-profile \ --domain-id domainId \ --user-profile-name userProfileName \ --user-settings '{"StudioWebPortalSettings": {"HiddenAppTypes": ["Canvas", "CodeEditor"]}}'

Note that not all ML features are available in all AWS Regions.

Note

To use this feature you may need to update to the latest AWS CLI version. For more information, see Installing or updating to the latest version of the AWS CLI.

You can use the AWS CLI to customize the applications and ML tools displayed in Studio on a user level, using StudioWebPortalSettings. Use HiddenAppTypes to hide applications and HiddenMlTools to hide ML tools.

In the following example, SageMaker Canvas and Code Editor are being hidden for user userProfileName in the domain domainId.

aws sagemaker update-user-profile \ --domain-id domainId \ --user-profile-name userProfileName \ --user-settings '{"StudioWebPortalSettings": {"HiddenAppTypes": ["Canvas", "CodeEditor"]}}'

Note that not all ML features are available in all AWS Regions.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.