

# Disabling organizational view
<a name="disable-organizational-view"></a>

If you don't want to aggregate events for your organization, you can turn off this feature from the management account or you can disable organizational view by using the [DisableHealthServiceAccessForOrganization](https://docs.amazonaws.cn/health/latest/APIReference/API_DisableHealthServiceAccessForOrganization.html) API operation.

------
#### [ Disabling organizational view events (Console) ]

Amazon Health stops aggregating events for all other accounts in your organization. You can continue to view previous events from your organization until they're deleted.

**To disable organizational view**

1. Open your Amazon Health Dashboard at [https://health.aws.amazon.com/health/home](https://health.aws.amazon.com/health/).

1. In the navigation pane, under **Your organization health**, choose **Configurations**.

1. On the **Enable organizational view** page, choose **Disable organizational view**.

After you turn off this feature, Amazon Health no longer aggregates events from your organization. However, the service-linked role remains in the management account until you delete it through the Amazon Identity and Access Management (IAM) console, IAM API, or Amazon Command Line Interface (Amazon CLI). For more information, see [Deleting a service-linked role](https://docs.amazonaws.cn/IAM/latest/UserGuide/using-service-linked-roles.html#delete-service-linked-role) in the *IAM User Guide*.

------
#### [ Disabling organizational view events (CLI) ]

**Example**  
The following Amazon CLI command disables this feature from your account.  

```
aws health disable-health-service-access-for-organization --region us-east-1
```

**Note**  
You can also disable the organizational feature by using the Organizations [DisableAWSServiceAccess](https://docs.amazonaws.cn/organizations/latest/APIReference/API_DisableAWSServiceAccess.html) API operation. After you call this operation, Amazon Health stops aggregating events for all other accounts in your organization. If you call the Amazon Health API operations for organizational view, Amazon Health returns an error. Amazon Health continues to aggregate health events for your Amazon account.

 After you disable this feature, Amazon Health no longer aggregates events from your organization. However, the service-linked role remains in the management account until you delete it through the Amazon Identity and Access Management (IAM) console, IAM API, or Amazon CLI. For more information, see [Deleting a service-linked Role](https://docs.amazonaws.cn/IAM/latest/UserGuide/using-service-linked-roles.html#delete-service-linked-role) in the *IAM User Guide*.

------