Skip to content

Commit 8cac1a1

Browse files
JV0812kimsaucejpipkin1
authored
Deactivate and delink a child org (#5469)
* deactivate a child org * Update docs/manage/manage-subscription/create-and-manage-orgs/index.md * added the images * Added delink to spellcheck ignore_words_list * Update docs/manage/manage-subscription/create-and-manage-orgs/index.md * Update docs/manage/manage-subscription/create-and-manage-orgs/index.md Co-authored-by: John Pipkin (Sumo Logic) <[email protected]> * release note added * Rename 2025-06-19-manage.md to 2025-06-20-manage.md --------- Co-authored-by: Kim (Sumo Logic) <[email protected]> Co-authored-by: Kim Pohas <[email protected]> Co-authored-by: John Pipkin (Sumo Logic) <[email protected]>
1 parent 743dfbd commit 8cac1a1

File tree

9 files changed

+64
-2
lines changed

9 files changed

+64
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
name: Check spelling
4545
with:
4646
skip: "*.svg,*.js,*.map,*.css,*.scss"
47-
ignore_words_list: "aks,atleast,cros,ddress,fiel,ist,nd,ot,pullrequest,ser,shttp,wast,fo,seldomly,delt,cruzer,plack,secur,te,nginx,Nginx,notin"
47+
ignore_words_list: "aks,atleast,cros,ddress,delink,fiel,ist,nd,ot,pullrequest,ser,shttp,wast,fo,seldomly,delt,cruzer,plack,secur,te,nginx,Nginx,notin"
4848
path: docs

blog-service/2025-06-20-manage.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Deactivate and Delink the Child Orgs (Manage)
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- manage
6+
- child-org
7+
- deactivate-and-delink
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
We're happy to introduce the deactivate and delink option to child orgs, this helps you to deactivate the child org when it is no longer needed and eventually delink it after the 48 hours cooling-off period.
14+
15+
[Learn more](/docs/manage/manage-subscription/create-and-manage-orgs/).

docs/manage/manage-subscription/create-and-manage-orgs/index.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,51 @@ Your estimates of ingest capacity required for each product variable are called
8383
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Organizations**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Organizations**. You can also click the **Go To...** menu at the top of the screen and select **Organizations**.
8484
1. Click the row for the org you want to check the baselines.
8585
1. Click **Edit** in the right hand pane. <br/> <img src={useBaseUrl('img/manage/subscriptions/edit-org-3.png')} style={{border:'1px solid gray'}} alt="your description" width="450" />
86-
1. To view the baseline, click **View Baseline**.<br/> <img src={useBaseUrl('img/manage/subscriptions/baselines_3.png')} alt="baselines_2" style={{border:'1px solid gray'}} width="450"/>
86+
1. To view the baseline, click **View Baseline**.<br/> <img src={useBaseUrl('img/manage/subscriptions/baselines_3.png')} alt="baselines_2" style={{border:'1px solid gray'}} width="450"/>
87+
88+
## Deactivate a child org
89+
90+
You can deactivate the child org when it is no longer needed. Before deactivating the child org, make sure you:
91+
92+
- Exported the saved searches, dashboards, and/or lookup tables.
93+
- Verified the credit balances. If there are any unused credits, these credits will automatically return to the parent once the org is marked **Inactive**.
94+
- Notify the child org users.
95+
96+
Follow the below steps to deactivate a child org:
97+
98+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Organizations**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Organizations**. You can also click the **Go To...** menu at the top of the screen and select **Organizations**.
99+
1. Click the three-dot kebab icon to the right of the child org you'd like to deactivate, then click **Deactivate** from the dropdown. Or, click the row for the org you want to deactivate and click the **Deactivate** button in the right-side panel. <br/> <img src={useBaseUrl('img/manage/subscriptions/deactivate.png')} style={{border:'1px solid gray'}} alt="deactivate" width="800" />Or,<br/> <img src={useBaseUrl('img/manage/subscriptions/deactivate-right-panel.png')} style={{border:'1px solid gray'}} alt="deactivate-right-panel" width="450" />
100+
1. Click **Deactivate** on the confirmation pop-up. Confirming this action will permanently deactivate the selected child org.<br/> <img src={useBaseUrl('img/manage/subscriptions/deactivate-confirmation.png')} style={{border:'1px solid gray'}} alt="deactivate-confirmation" width="450" />
101+
102+
When you deactivate a child org:
103+
104+
- All the UI logins and active sessions will be terminated.
105+
- API keys, collector tokens, and ingest pipelines will be revoked.
106+
- The child’s **Zuora** subscription will be cancelled and the respective bill-account is disabled.
107+
- Any Flex credits still assigned to the child org are automatically returned to the parent org and will be visible in the parent’s allocation widget.
108+
- The org’s status changes to **Deactivated** in **Manage Accounts**. You can still run usage reports against it.
109+
110+
## Delink a child org (Optional)
111+
112+
Delinking will remove the inactive org from the parent’s child orgs list, and will only be available after the cooling-off window ends. By default, cooling window ends in 48 hours.
113+
114+
:::note
115+
A warning message will be displayed if you try to delink before the cooling-off window ends.
116+
:::
117+
118+
Follow the below steps to delink the deactivated child org:
119+
120+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Administration > Organizations**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the main Sumo Logic menu, select **Organizations**. You can also click the **Go To...** menu at the top of the screen and select **Organizations**.
121+
1. Click the three-dot kebab icon to the right of the deactivated child org you'd like to delink, then click **Delink** from the dropdown. Or, click the row for the org you want to delink and click the **Delink** button in the right-side panel.<br/> <img src={useBaseUrl('img/manage/subscriptions/delink.png')} style={{border:'1px solid gray'}} alt="your description" width="800" />Or,<br/> <img src={useBaseUrl('img/manage/subscriptions/delink-right-panel.png')} style={{border:'1px solid gray'}} alt="your description" width="450" />
122+
1. Click **Delink** on the confirmation pop-up. Confirming this action will permanently delink the selected child org.<br/> <img src={useBaseUrl('img/manage/subscriptions/delink-confirmation.png')} style={{border:'1px solid gray'}} alt="delink-confirmation" width="450" />
123+
124+
125+
### Limitations
126+
127+
- Only **parent-org** users with Manage Child Orgs capability can initiate a deletion workflow.
128+
- Compatible with Enterprise, Trial/PoV, and Free-Forever child orgs.
129+
130+
131+
132+
133+
64 KB
Loading
124 KB
Loading
-70.3 KB
Loading
50.5 KB
Loading
101 KB
Loading
43.5 KB
Loading

0 commit comments

Comments
 (0)