# Deactivate an organization




Learn how to deactivate a Docker organization, including required prerequisite
steps. For information about deactivating user
accounts, see [Deactivate a user account](/accounts/deactivate-user-account/).

> [!WARNING]
>
> All Docker products and services that use your Docker account or organization
> account will be inaccessible after deactivating your account.

## Prerequisites

You must complete all the following steps before you can deactivate your
organization:

- Download any images and tags you want to keep. Use `docker pull -a <image>`
  to pull all tags, or `docker pull <image>:<tag>` to pull a specific tag.
- If you have an active Docker subscription, [downgrade it to a free subscription](/subscription/change/).
- Remove all other members within the organization.
- Unlink your [GitHub and Bitbucket accounts](/docker-hub/repos/manage/builds/link-source/#unlink-a-github-user-account).
- For Business organizations, [remove your SSO connection](/enterprise/security/single-sign-on/manage/#remove-an-organization).

## Deactivate

You can deactivate your organization using either the Admin Console or
Docker Hub.

> [!WARNING]
>
> This cannot be undone. Be sure you've gathered all the data you need from
> your organization before deactivating it.

1. Sign in to [Docker Home](https://app.docker.com) and select the organization
   you want to deactivate.
1. Select **Admin Console**, then **Deactivate**. If the **Deactivate**
   button is unavailable, confirm you've completed all [Prerequisites](#prerequisites).
1. Enter the organization name to confirm deactivation.
1. Select **Deactivate organization**.

