Request
POST https://api.virtuscloud.app/v2/database/{databaseId}/stop
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 stop. You can find this ID in the Create Database response or in the Virtus Cloud dashboard.
Response
Returns
"success" when the stop command is accepted and the shutdown process has begun.