> For the complete documentation index, see [llms.txt](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://requestmechanic.gitbook.io/request-mechanic-api-documentation/user/update-mechanic-status.md).

# Update Mechanic Status

Use the `POST /user/registration/{mec_id}/update-status/` endpoint to update the status of a mechanic.

**Parameters**

| **Name**    | **Description**                                              |
| ----------- | ------------------------------------------------------------ |
| `mec_id` \* | (path) The ID of the mechanic whose status is to be updated. |

**Responses**

| **Code** | **Description**                       |
| -------- | ------------------------------------- |
| 201      | Mechanic status updated successfully. |
