Request
PATCH https://api.virtuscloud.app/v2/databases/{databaseId}
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 edit.
Body
A new display name for the database. Must consist of alphanumeric characters only (
a–z, A–Z, 0–9).The new RAM allocation in megabytes. The minimum is 512 MB for Redis and 1024 MB for MongoDB. Increasing RAM takes effect after a brief restart; downgrading RAM is subject to plan limits.
At least one of
name or ram must be provided. Sending an empty body returns an error.Response
Returns
"success" when the update is applied successfully.