-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructured cloud org and user management (#3461)
* WIP remove user refresh * restructured cloud user management docs, closes influxdata/DAR#257 * Apply suggestions from code review Co-authored-by: Jason Stirnaman <[email protected]> Co-authored-by: Jason Stirnaman <[email protected]>
- Loading branch information
1 parent
0d4b429
commit b0e81bb
Showing
23 changed files
with
154 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,4 @@ node_modules | |
.hugo_build.lock | ||
/content/influxdb/*/api/*.html | ||
/api-docs/redoc-static.html* | ||
.vscode/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
{ | ||
"cSpell.words": [ | ||
"CLOCKFACE", | ||
"dbrp", | ||
"downsample", | ||
"eastus", | ||
"icomoon", | ||
"Invokable", | ||
"Miyazakisky", | ||
"orgname", | ||
"Rienmann", | ||
"seotitle", | ||
"Signup", | ||
"westeurope" | ||
"westeurope", | ||
"xsmall" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
content/influxdb/cloud/account-management/multi-user/_index.md
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
content/influxdb/cloud/account-management/multi-user/invite-user.md
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
content/influxdb/cloud/account-management/multi-user/remove-user.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,12 +57,16 @@ To request a backup of data in your {{< cloud-name "short" >}} instance, contact | |
### Cancel service | ||
|
||
{{% note %}} | ||
Cancelling your usage-based plan will delete your organization. However, those in multi-user organizations must contact [InfluxData Support]([email protected]) to delete your organization. | ||
Cancelling your usage-based plan will delete your organization. | ||
However, those in multi-user organizations must contact | ||
[InfluxData Support]([email protected]) to delete your organization. | ||
{{% /note %}} | ||
|
||
1. Click the **user avatar** in the top right corner of your {{< cloud-name "short" >}} | ||
user interface (UI) and select **Billing**. | ||
|
||
{{< nav-icon "account" >}} | ||
|
||
2. Do one of the following: | ||
|
||
- If you subscribed to an InfluxDB Cloud **Usage-Based Plan** through **AWS Marketplace**, click the **AWS** link, click **Unsubscribe**, and then click **Yes, cancel subscription**. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
title: Delete your organization | ||
description: > | ||
Delete your InfluxDB Cloud organization and all associated data. | ||
menu: | ||
influxdb_cloud: | ||
name: Delete your organization | ||
parent: Manage organizations | ||
weight: 104 | ||
--- | ||
|
||
The process of deleting your organization from InfluxDB cloud depends on your | ||
[InfluxDB Cloud pricing plan](/influxdb/cloud/account-management/pricing-plans/). | ||
|
||
- [Free plan](#free-plan) | ||
- [Usage-based plan](#usage-based-plan) | ||
|
||
{{% warn %}} | ||
Deleting an organization from InfluxDB Cloud cannot be undone. | ||
Once deleted, all data associated with the organization is removed. | ||
{{% /warn %}} | ||
|
||
## Free plan | ||
To delete an organization using the **Free plan**, do the following: | ||
|
||
1. Click your user avatar in the left navigation bar and select **About**. | ||
|
||
{{< nav-icon "account" >}} | ||
|
||
2. Under **Delete Organization**, click **{{< icon "delete" >}} {{< caps >}}Delete{{< /caps >}}**. | ||
3. Provide the requested information and then select **I understand and agree to these conditions**. | ||
4. Click **{{< caps >}}Delete organization{{< /caps >}}**. | ||
|
||
## Usage-based plan | ||
|
||
1. [Export your data and cancel your subscription](/influxdb/cloud/account-management/offboarding/). | ||
2. Click your user avatar in the left navigation bar and select **About**. | ||
|
||
{{< nav-icon "account" >}} | ||
|
||
3. Under **Delete Organization**, click **{{< icon "delete" >}} {{< caps >}}Delete{{< /caps >}}**. | ||
4. Provide the requested information and then select **I understand and agree to these conditions**. | ||
5. Click **{{< caps >}}Delete organization{{< /caps >}}**. |
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
content/influxdb/cloud/organizations/members/add-member.md
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
content/influxdb/cloud/organizations/members/remove-member.md
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
content/influxdb/cloud/organizations/members/view-members.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.