Is it possible to deactivate a GitHub Enterprise Seat, but not delete it? #175225
-
| Select Topic AreaQuestion BodyWe're getting low on available GitHub Seats. So, we're looking at removing some people who are no longer with us. But in some cases, this isn't straight forward. For example, I've assigned a Seat to a contractor, who we may need in the future. Is it possible to deactivate a GitHub seat, but not delete it? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
| Hi @Rod-at-DOH, Great question! In GitHub Enterprise, you cannot "deactivate" a seat for a user without fully removing their access seats are directly tied to active user accounts with access to your organization. Here’s how it works: When you remove a user (such as a contractor) from your organization, their seat becomes available for someone else. | 
Beta Was this translation helpful? Give feedback.
-
| We use the suspend user option exactly for that (on GitHub Enterprise Server) | 
Beta Was this translation helpful? Give feedback.
Hi @Rod-at-DOH,
Great question! In GitHub Enterprise, you cannot "deactivate" a seat for a user without fully removing their access seats are directly tied to active user accounts with access to your organization.
Here’s how it works:
When you remove a user (such as a contractor) from your organization, their seat becomes available for someone else.
If you want to “reserve” a seat for a user but don’t want them to have access right now, that’s not possible—seats are only occupied by active members.
If the contractor returns in the future, you can simply re-invite them; if a seat is available at that time, they’ll be able to rejoin.
Tip:
If you want to keep a record of contractors, you mig…