Create a project transfer request

Creates a transfer request for the specified project. The request expires after a set period.
To accept the request, the recipient calls PUT /projects/{project_id}/transfer_requests/{request_id}
or uses the Neon Console claim link.
The optional ru parameter redirects the recipient after acceptance.

Path Params
string
required
^[a-z0-9-]{1,60}$

The Neon project ID

Body Params
int64

Specifies the validity duration of the transfer request in seconds. If not provided,
the request will expire after 24 hours (86,400 seconds).

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json