# Device Actions

To perform actions on devices:

1. Select a device from the list.
2. Click *Device Actions* and select from the following actions:
   * Rename Device – This action is for supervised devices only.
   * Remove Device – When selected, this action will remove the device from the list in Deploy MDM but will not uninstall MDM app from the device.
   * Lock Device
   * Clear Passcode – Clears the passcode on the device.
   * Select Wipe – Removes all apps installed on the device. Device configuration and all the settings are left unchanged.
   * Full Wipe Device – Restores the device to its original settings.
   * Update iOS – This action is for supervised devices only.
   * Enable Bluetooth
   * Disable Bluetooth
   * Enable Hotspot
   * Disable Hotspot
   * Message Device – Sends a push message to the device.
   * Refresh Device Info – This will refresh the location of device, if location is enabled in the app.


---

# Agent Instructions: 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:

```
GET https://docs.faronics.com/faronicsdeploy/mobile-device-management/device-actions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
