---
title: "Enable a device"
method: POST
path: "/endpoints/v1/devices/{deviceID}/enable"
tags: ["Endpoints"]
---

# Enable a device

`POST /endpoints/v1/devices/{deviceID}/enable`

Enables a user's device. After the device is enabled, the user of the selected device can start taking its backup and restore.

## Path parameters

- `deviceID` integer, required

## Response `200`

OK

- unknown

## Other responses

- `400` — Bad Request
- `401` — The request did not include an authentication token or an expired authentication token was supplied.
- `404` — The requested resource was not found.
- `422` — The request was well-formed but was not processed due to semantic errors.
- `500` — The request was not processed due to an internal error in inSync GovCloud.
- `501` — Requested HTTP method is not implemented.

---

[API](https://skmtc.net/druva/apis/authentication.md) · [All operations](https://skmtc.net/druva/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/druva/authentication/versions/2af2bf148b25/schema)
