---
title: "Initiates a creation of a restore point for a database"
method: POST
path: "/v1/projects/{ref}/database/backups/restore-point"
tags: ["Database"]
---

# Initiates a creation of a restore point for a database

`POST /v1/projects/{ref}/database/backups/restore-point`

## Path parameters

- `ref` string, required

## Request body

- V1RestorePointPostBody
  - `name` string, required

## Response `201`

- V1RestorePointResponse
  - `name` string, required
  - `status` 'AVAILABLE' | 'PENDING' | 'REMOVED' | 'FAILED', required
  - `completed_on` string, date-time, nullable, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden action
- `429` — Rate limit exceeded

---

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