---
title: "Update Machine Attribute to Model Defaults"
method: POST
path: "/v1/machines/{MachineID}/attributes/defaults"
tags: ["Machine Attribute"]
---

# Update Machine Attribute to Model Defaults

`POST /v1/machines/{MachineID}/attributes/defaults`

Resets the machine attributes to the default values defined by the machine model. This operation is typically used to restore default configurations.

## Path parameters

- `MachineID` integer, required

## Response `200`

The machine attributes were successfully updated to the machine model defaults.

- ApiResult — Schema representing the result of an API operation, including status and messages.
  - `Ok` boolean — Indicates whether the API operation was successful (`true`) or not (`false`).
  - `Message` string, nullable — A user-friendly message describing the result of the operation, if applicable.
  - `SystemMessage` string, nullable — A system-level message providing additional details about the operation's result, often used for debugging or logging.
  - `code` string, nullable — An optional code representing the result of the operation, which can be used for more granular handling of responses.

---

[API](https://skmtc.dev/nayax/apis/nayax-cortina-api.md) · [All operations](https://skmtc.dev/nayax/apis/nayax-cortina-api/llms.txt) · [OpenAPI document](https://skmtc.dev/nayax/apis/nayax-cortina-api/revisions/421f6f83c257?raw)
