---
title: "Reset settings"
method: DELETE
path: "/boxes/{boxId}/actions/settings"
tags: ["UI Action"]
---

# Reset settings

`DELETE /boxes/{boxId}/actions/settings`

Resets the box settings to default

## Path parameters

- `boxId` string, required

## Response `200`

- ActionSetting — Action setting
  - `scale` number, required — The scale of the action to be performed. Must be greater than 0.1 and less than or equal to 1. Notes: - Scale does not change the box's actual screen resolution. - It affects the size of the output screenshot and the coordinates/distances of actions. Coordinates and distances are scaled by this factor. Example: when scale = 1, Click({x:100, y:100}); when scale = 0.5, the equivalent position is Click({x:50, y:50}).

---

[API](https://skmtc.dev/babelcloud/apis/gbox-open-api.md) · [All operations](https://skmtc.dev/babelcloud/apis/gbox-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/babelcloud/gbox-open-api/revisions/d655577fa915/schema)
