Skip to main content

Revoking access to Copilot for members of your organization

Remove access to GitHub Copilot for some or all of the members of your organization.

¿Quién puede utilizar esta característica?

Organization owners for organizations with a subscription to Copilot Business.

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 "Acerca de la facturación de GitHub Copilot."

Revoking access to GitHub Copilot for your whole organization

  1. En la esquina superior derecha de GitHub, seleccione la foto del perfil y haga clic en Sus organizaciones.
  2. Junto a la organización, haga clic en Settings.
  3. En la sección "Código, planificación y automatización" de la barra lateral, haz clic en Copilot y luego haz clic en Acceder.
  4. En "Copilot Business está activo en su organización", para revocar el acceso GitHub Copilot para todos los usuarios de su organización, seleccione Deshabilitado.
  5. En el cuadro de diálogo "Quitar acceso a Copilot", haga clic en Confirmar y quitar puestos.

Revoking access to GitHub Copilot for specific users in your organization

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

  1. En la esquina superior derecha de GitHub, seleccione la foto del perfil y haga clic en Sus organizaciones.

  2. Junto a la organización, haga clic en Settings.

  3. En la sección "Código, planificación y automatización" de la barra lateral, haga clic en Copilot y, a continuación, haga clic en Acceder.

  4. Under "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 GitHub 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 GitHub Copilot

You can use GitHub's REST API to revoke access to GitHub 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