Skip to content

Commit

Permalink
Restructured cloud org and user management (#3461)
Browse files Browse the repository at this point in the history
* 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
sanderson and jstirnaman authored Dec 13, 2021
1 parent 0d4b429 commit b0e81bb
Show file tree
Hide file tree
Showing 23 changed files with 154 additions and 282 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ node_modules
.hugo_build.lock
/content/influxdb/*/api/*.html
/api-docs/redoc-static.html*
.vscode/*
8 changes: 7 additions & 1 deletion .vscode/settings.json
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"
]
}
5 changes: 3 additions & 2 deletions assets/styles/layouts/_inline-icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -280,17 +280,18 @@

.acct-label-v3 {
display: inline-block;
padding: 5px 0px 0px 8px;
padding: 8px 0px 0px 8px;
width: 165px;

.username {
font-size: .75rem;
line-height: .75rem;
font-weight: 500;
color: #9e9ead;
}
.orgname {
font-size: .85rem;
line-height: 1.1rem;
line-height: 1rem;
}
}

Expand Down
8 changes: 8 additions & 0 deletions assets/styles/layouts/article/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ blockquote,
ul,ol {
&:last-child { margin-bottom: 1.85rem; }
}

& > h2,
& > h3,
& > h4,
& > h5,
& > h6 {
&:first-child {margin-top: 0; padding-top: 0.25em;}
}
}

blockquote {
Expand Down
22 changes: 0 additions & 22 deletions content/influxdb/cloud/account-management/multi-user/_index.md

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 5 additions & 1 deletion content/influxdb/cloud/account-management/offboarding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand Down
43 changes: 43 additions & 0 deletions content/influxdb/cloud/organizations/delete-org.md
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 >}}**.
17 changes: 0 additions & 17 deletions content/influxdb/cloud/organizations/members/_index.md

This file was deleted.

41 changes: 0 additions & 41 deletions content/influxdb/cloud/organizations/members/add-member.md

This file was deleted.

43 changes: 0 additions & 43 deletions content/influxdb/cloud/organizations/members/remove-member.md

This file was deleted.

36 changes: 0 additions & 36 deletions content/influxdb/cloud/organizations/members/view-members.md

This file was deleted.

Loading

0 comments on commit b0e81bb

Please sign in to comment.