---
title: "Change control-panel status"
method: POST
path: "/v1/databases/{id}/control-panel/{status}"
tags: ["Databases"]
---

# Change control-panel status

`POST /v1/databases/{id}/control-panel/{status}`

change control-panel status that user owns

## Path parameters

- `id` string, required
- `status` 'enable' | 'disable', required

## Response `200`

Successful operation

- object
  - `controlPanelID` string

## Other responses

- `400` — Bad request
- `401` — Missing authentication
- `404` — Database not found
- `409` — Conflict

---

[API](https://skmtc.net/liara-cloud/apis/dbaas.md) · [All operations](https://skmtc.net/liara-cloud/apis/dbaas/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/liara-cloud/dbaas/versions/6423b3e16f16/schema)
