Skip to main content

Widerrufen des Zugriffs auf Copilot für Mitglieder Ihrer Organisation

Entfernen Sie den Zugriff auf GitHub Copilot für einige oder alle Mitglieder Ihrer Organisation.

Wer kann dieses Feature verwenden?

Organization owners for organizations with a Copilot Enterprise or Copilot Business plan.

How revoking access affects billing

Revoking access takes effect from the start of the next billing cycle. If you remove a seat during a cycle, the user will have access to Copilot for the remainder of the billing cycle. For more information, see About billing for GitHub Copilot.

Revoking access to Copilot for your whole organization

  1. In the upper-right corner of GitHub, select your profile photo, then click Your organizations.

  2. Next to the organization, click Settings.

  3. In the "Code planning, and automation" section of the sidebar, click Copilot, and then click Access.

    Important

    If you have not configured all policies for Copilot, you will not be able to complete the following steps. If that is the case, click Go to policies and ensure all policies are configured before proceeding.

  4. Under "Copilot Enterprise is active in your organization" or "Copilot Business is active in your organization," to revoke GitHub Copilot access for all users in your organization, select Disabled.

  5. In the "Remove Copilot access" dialog, click Confirm and remove seats.

Revoking access to Copilot for specific users in your organization

Removing a user from the organization(s) that had granted them Copilot access will automatically revoke their Copilot access. Alternatively, you can revoke Copilot access while preserving their organization membership.

  1. In the upper-right corner of GitHub, select your profile photo, then click Your organizations.

  2. Next to the organization, click Settings.

  3. In the "Code, planning, and automation" section of the sidebar, click Copilot, and then click Access.

  4. Under "Copilot Enterprise is active in your organization" or "Copilot Business is active in your organization," select Enabled For: selected members.

    • In the "Confirm policy update" dialog, click Renew seats.
  5. Under "Access management," in the search bar, type the member's username or full name.

  6. To remove the member from the list of users who have access to Copilot, select the checkbox to the left of their username, then click Cancel seat.

    Screenshot of the Access management section, with a user selected and the 'Cancel seat' button highlighted.

  7. In the "Confirm seat removal" dialog, click Remove seats.

Using the API to revoke access to Copilot

You can use GitHub's REST API to revoke access to Copilot for teams, or specific users, in your organization. For example, you might want to write a script to automatically revoke seats for organization members who have not been using Copilot. See Remove teams from the Copilot subscription for an organization and Remove users from the Copilot subscription for an organization.

Further reading