Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update API tokens doc #5125

Merged
merged 1 commit into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You can add and delete BentoCloud users to control and customize access to your
Invite a new user
-----------------

1. Click your user name in the top-right corner of any BentoCloud page, then select **Members**.
1. Click your profile image in the top-right corner of any BentoCloud page, then select **Members**.
2. On the **Members** page, click **Invite new member**.
3. In the dialog that appears, provide the following information:

Expand All @@ -31,7 +31,7 @@ Both the inviter and the new user receive the invitation email. Clicking the lin
Delete a user
-------------

1. Click your user name in the top-right corner of any BentoCloud page, then select **Members**.
1. Click your profile image in the top-right corner of any BentoCloud page, then select **Members**.
2. On the **Members** page, click **Delete Member** for the user you want to delete.
3. Click **Delete** in the dialog that appears.

Expand Down
6 changes: 2 additions & 4 deletions docs/source/scale-with-bentocloud/manage-api-tokens.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ This tutorial explains how to create and use API tokens in BentoCloud.
Create an API token
===================

To create an API token, perform the following steps:

1. Navigate to the `API Tokens <http://cloud.bentoml.com/api_tokens>`_ page on the BentoCloud console.
1. Click your profile image in the top-right corner of any BentoCloud page, then select **API Tokens**.
2. Click **Create**.
3. In the dialog that appears, specify the following fields. Note that you must select at least one of the token types.

Expand All @@ -31,7 +29,7 @@ To create an API token, perform the following steps:

4. Click **Submit**.
5. Record the token. This is the only opportunity to record it.
6. All available tokens appear on the **API Tokens** page. Click **Delete** if you no longer needs a token.
6. All available tokens appear on the **My API Tokens** page. Click **Delete** if you no longer need a token.

Log in to BentoCloud using the BentoML CLI
==========================================
Expand Down
Loading