---
title: Deactivate an organization
linkTitle: Deactivate
description: Learn how to deactivate a Docker organization and required prerequisite steps.
keywords: delete, deactivate organization, account, organization management, Admin Console, cancel subscription
weight: 50
aliases:
  - /docker-hub/deactivate-account/
---

{{< summary-bar feature_name="General admin" >}}

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.md).

> [!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.md).
- Remove all other members within the organization.
- Unlink your [GitHub and Bitbucket accounts](../../docker-hub/repos/manage/builds/link-source.md#unlink-a-github-user-account).
- For Business organizations, [remove your SSO connection](/manuals/enterprise/security/single-sign-on/manage.md#delete-a-connection).

## 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**.
