> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Restart Database

> Restarts an database by its ID.

<ParamField path="id" type="string" required>
  The ID of the database to restart. If the database
  belongs to an workspace, include the workspace\_id in the format `dbId-workspace_id`.
</ParamField>

### Response

<ResponseField name="response" type="string">
  The response message, indicating successful operation.
</ResponseField>

<ResponseExample>
  ```json Response theme={null}
  {
    "response": "success"
  }
  ```
</ResponseExample>
