You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: docs/manage/manage-subscription/create-and-manage-orgs/index.md
+48-1Lines changed: 48 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,4 +83,51 @@ Your estimates of ingest capacity required for each product variable are called
83
83
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**.
84
84
1. Click the row for the org you want to check the baselines.
85
85
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.
0 commit comments