Skip to main content
POST
Connect or disconnect cloud account
Controls whether FalkorDB maintains an active connection to your cloud account. Disconnecting stops FalkorDB from managing infrastructure in the account without deleting the registration; reconnecting resumes management.
Disconnecting moves the instance through DISCONNECTING to DISCONNECTED. Reconnecting moves it through CONNECTING back to READY.

Authorization

Session cookie set by Sign in: omnistrate_token=<jwt>.

Path parameters

string
required
ID of the cloud account deployment instance.

Body

string
required
ID of the service the cloud account belongs to.
string
required
Subscription that owns the cloud account.
boolean
true to connect, false to disconnect.
Disconnect

Response

Returns 200 OK with an empty body.

Errors

See Error for the error response shape.