> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/security-governance/emergency-access/terminate-emergency-access-sessions.md).

# Terminate emergency access sessions

This article describes how to end an active Cerby Emergency Access session for an assigned user.

{% hint style="info" %}
**Who can use this feature?**

* Workspace **Owners** and **Super Admins**
* Supported using the Cerby web app
  {% endhint %}

As a workspace **Owner** or **Super Admin**, you can end an active emergency access session for an assigned user at any time.

## Terminate emergency access sessions

To end an active session, you must complete the following steps:

1. Log in to your [Cerby](https://app.cerby.com/) workspace.
2. Select **Workspace Configuration** from the left navigation drawer. The **Workspace Configuration** page is displayed.
3. Select the **Emergency Access** tab. The **Emergency Access** tab is displayed with your current list of assigned users.
4. Locate the assigned user in the list.
5. Click the **End session** button for that user. A success message is displayed confirming the number of active emergency access sessions that were ended.

Now you are done.

## Related articles

**Setup guides:**

* [Explore Cerby Emergency Access](/setup-and-admin/security-governance/emergency-access/explore-emergency-access.md)
* [Assign users to emergency access](/setup-and-admin/security-governance/emergency-access/assign-users-to-emergency-access.md)
* [Remove users' emergency access assignments](/setup-and-admin/security-governance/emergency-access/remove-users-emergency-access-assignments.md)

**Troubleshooting:**

* [Troubleshooting: Emergency Access issues](https://help.cerby.com/tips-and-troubleshooting/troubleshooting/workspace-access/troubleshooting-emergency-access-issues)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.cerby.com/setup-and-admin/security-governance/emergency-access/terminate-emergency-access-sessions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
