---
title: "Apply a profile to a device"
method: PUT
path: "/devices/{deviceId}/profile"
tags: ["Profiles"]
---

# Apply a profile to a device

`PUT /devices/{deviceId}/profile`

## Path parameters

- `deviceId` string, required

## Headers

- `X-Device-Display-ID` integer

## Request body

- ApplyProfileInputBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `profileId` string, required — ID of the profile to apply

## Response `204`

No Content

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/a1453ac769d4/schema)
