Request
POST https://api.virtuscloud.app/v2/database/{databaseId}/start
Headers
Your Virtus Cloud API key. Pass it directly as the header value — no prefix required.Example:
Authorization: vc_live_xxxxxxxxxxxxPath Parameters
The unique identifier of the database you want to start. You can find this ID in the response from the Create Database endpoint or in the Virtus Cloud dashboard.
Response
Returns
"success" when the start command is accepted and the database is booting up.The database may take a few seconds to fully initialize after receiving the start command. Poll the Status endpoint to confirm it is running before sending connections.