> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# exit

> This exits the current apfell agent by leveraging the ObjectiveC bridge's NSApplication terminate function.

## Summary

This exits the current apfell agent by leveraging the ObjectiveC bridge's NSApplication terminate function.

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

## Usage

```
exit
```

## Detailed Summary

The command executes this call:

```javascript theme={null}
$.NSApplication.sharedApplication.terminate(this);
```
