Skip to main content
POST
Engine Setup Endpoint
Starts async setup and returns an operation handle — poll it like any other operation. If setup is already running, the call joins it. If the engine is already set up, the call returns 200 with the connector and a message instead of starting anything.

Authorizations

Authorization
string
header
required

Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.

Path Parameters

connector_id
string
required

Response

Nothing to do: the engine is already set up. Returns the connector row with a message.

id
string
required

Connector ID.

name
string
required

Connector name.

org_id
string
required

Organization the connector belongs to.

service_name
string
required

Service type. postgresql today.

can_delete
boolean | null

Whether the caller may delete this connector.

can_update
boolean | null

Whether the caller may update this connector.

created_at
string | null

When the connector was created.

project_id
string | null

Project the connector belongs to.

status
string | null

Current connector status.