# Vertra Cloud ## Docs - [All Applications Status](https://docs.vertracloud.app/api-reference/endpoint/apps/allstatus.md): Retrieves the status of all applications for the authenticated user or a specified workspace. - [Create Application](https://docs.vertracloud.app/api-reference/endpoint/apps/create.md): Creates a new application with the provided configuration and files. - [Delete Application](https://docs.vertracloud.app/api-reference/endpoint/apps/delete.md): Deletes an application by its ID. - [Create Deploy Webhook](https://docs.vertracloud.app/api-reference/endpoint/apps/deploys/create.md): Creates a deploy webhook for a GitHub repository to automatically trigger deployments. - [Delete Deploy Webhook](https://docs.vertracloud.app/api-reference/endpoint/apps/deploys/delete.md): Deletes an existing deploy webhook for an application. - [Get Recent Deployments](https://docs.vertracloud.app/api-reference/endpoint/apps/deploys/recents.md): Retrieves the 20 most recent deployments for a specific application. - [Get Deploy Webhook URL](https://docs.vertracloud.app/api-reference/endpoint/apps/deploys/webhookurl.md): Retrieves the GitHub deploy webhook URL and repository information for an application. - [Download Application](https://docs.vertracloud.app/api-reference/endpoint/apps/download.md): Downloads the application files as a ZIP file by its ID. - [Create or Edit Application Environment Variables](https://docs.vertracloud.app/api-reference/endpoint/apps/enviroments/createOrEdit.md): Creates or updates environment variables for an application by its ID. - [Delete Application Environment Variables](https://docs.vertracloud.app/api-reference/endpoint/apps/enviroments/delete.md): Deletes specified environment variables for an application by its ID. - [Get Application Environment Variables](https://docs.vertracloud.app/api-reference/endpoint/apps/enviroments/get.md): Retrieves all environment variables for an application by its ID. - [Update Application Environment](https://docs.vertracloud.app/api-reference/endpoint/apps/enviroments/update.md): Updates a specific environment variable for an application by its ID. - [Get Application File Content](https://docs.vertracloud.app/api-reference/endpoint/apps/filemanager/content.md): Retrieves the content of a specific file for an application by its ID. - [Delete Application File or Folder](https://docs.vertracloud.app/api-reference/endpoint/apps/filemanager/delete.md): Deletes a file or folder for an application by its ID. - [Get Application Files](https://docs.vertracloud.app/api-reference/endpoint/apps/filemanager/files.md): Retrieves a list of files and folders for an application by its ID. - [Move Application File or Folder](https://docs.vertracloud.app/api-reference/endpoint/apps/filemanager/move.md): Moves a file or folder within an application to a new location by its ID. - [Create or Update Application File or Folder](https://docs.vertracloud.app/api-reference/endpoint/apps/filemanager/save.md): Creates or updates a file or folder for an application by its ID. - [Upload Files to Application](https://docs.vertracloud.app/api-reference/endpoint/apps/filemanager/upload.md): Uploads a ZIP file to an application, replacing its contents. Optionally restarts the app after upload. - [Application Details](https://docs.vertracloud.app/api-reference/endpoint/apps/get.md): Retrieves detailed information about an application by its ID. - [Application Logs](https://docs.vertracloud.app/api-reference/endpoint/apps/logs.md): Retrieves logs for an application by its ID. - [Application Metrics](https://docs.vertracloud.app/api-reference/endpoint/apps/metrics.md): Retrieves metrics for an application by its ID, including CPU usage, RAM, storage, and network over the last 24 hours. - [Attach Custom Domain to Application](https://docs.vertracloud.app/api-reference/endpoint/apps/network/customdomain.md): Attaches a custom domain to an application by its ID. - [Custom Domain DNS Records](https://docs.vertracloud.app/api-reference/endpoint/apps/network/dns.md): Retrieves the DNS records required for configuring a custom domain for an application. - [Purge Cache](https://docs.vertracloud.app/api-reference/endpoint/apps/network/purgecache.md): Purges the cache for an application’s subdomain or custom domain, optionally for specific paths. - [Real-Time Application Logs](https://docs.vertracloud.app/api-reference/endpoint/apps/realtime.md): Retrieves real-time logs for an application by its ID, streamed as a text event stream. - [Restart Application](https://docs.vertracloud.app/api-reference/endpoint/apps/restart.md): Restarts an application by its ID. - [Download Application Snapshot](https://docs.vertracloud.app/api-reference/endpoint/apps/snapshots/download.md): Downloads the ZIP file of a specific snapshot for a given application or database. - [Get Application Snapshots](https://docs.vertracloud.app/api-reference/endpoint/apps/snapshots/getall.md): Retrieves a list of snapshots for a specific application or database. - [Restore Application Snapshot](https://docs.vertracloud.app/api-reference/endpoint/apps/snapshots/restore.md): Restores a specified snapshot to an application or database, then automatically rebuilds/restarts the resource. - [Start Application](https://docs.vertracloud.app/api-reference/endpoint/apps/start.md): Starts an application by its ID. - [Application Status](https://docs.vertracloud.app/api-reference/endpoint/apps/status.md): Retrieves the current status and resource usage of an application by its ID. - [Stop Application](https://docs.vertracloud.app/api-reference/endpoint/apps/stop.md): Stops an application by its ID. - [Get All Databases Status](https://docs.vertracloud.app/api-reference/endpoint/databases/allstatus.md): Retrieves the status of all databases owned by the authenticated user or within a specified workspace. - [Get Database Certificate](https://docs.vertracloud.app/api-reference/endpoint/databases/credentials/get.md): Retrieves the certificate for a specific database by its ID. - [Reset Database Certificates](https://docs.vertracloud.app/api-reference/endpoint/databases/credentials/reset.md): Resets the certificates for a specific database by its ID. - [Reset Database Password](https://docs.vertracloud.app/api-reference/endpoint/databases/credentials/resetpassword.md): Resets the password for a specific database by its ID. - [Get Database by ID](https://docs.vertracloud.app/api-reference/endpoint/databases/get.md): Retrieves details of a specific database by its ID. - [Get Database Metrics by ID](https://docs.vertracloud.app/api-reference/endpoint/databases/metrics.md): Retrieves metrics for a specific database by its ID over the last 24 hours. - [Reset Database](https://docs.vertracloud.app/api-reference/endpoint/databases/reset.md): Resets a specific database by its ID, clearing all data. - [Restart Database](https://docs.vertracloud.app/api-reference/endpoint/databases/restart.md): Restarts an database by its ID. - [Start Database](https://docs.vertracloud.app/api-reference/endpoint/databases/start.md): Starts an database by its ID. - [Get Database Status by ID](https://docs.vertracloud.app/api-reference/endpoint/databases/status.md): Retrieves the current status and resource usage of a database by its ID. - [Stop Database](https://docs.vertracloud.app/api-reference/endpoint/databases/stop.md): Stops an database by its ID. - [Update Database](https://docs.vertracloud.app/api-reference/endpoint/databases/update.md): Updates the name or description of a specific database by its ID. - [Add Application to Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/apps/addapp.md): Adds an application to an workspace by specifying the workspace and application IDs. - [Remove Application from Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/apps/removeapp.md): Removes an application from an workspace by specifying the workspace and application IDs. - [Create Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/create.md): Creates a new workspace. - [Add Database to Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/databases/adddb.md): Adds a database to an workspace by its ID. - [Remove Database from Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/databases/removedb.md): Removes a database from an workspace by its ID. - [Delete Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/delete.md): Deletes an workspace by its ID. - [Get Workspace by ID](https://docs.vertracloud.app/api-reference/endpoint/organizations/get.md): Retrieves details of an workspace by its ID. - [Get User Workspaces](https://docs.vertracloud.app/api-reference/endpoint/organizations/getall.md): Retrieves all workspaces a user is a member of. - [Add Member to Workspace with Token](https://docs.vertracloud.app/api-reference/endpoint/organizations/members/add.md): Adds a member to an workspace using an invite token. - [Remove Workspace Member](https://docs.vertracloud.app/api-reference/endpoint/organizations/members/remove.md): Removes a member from an workspace by their user ID. - [Update Workspace Member Role](https://docs.vertracloud.app/api-reference/endpoint/organizations/members/update.md): Updates the role of a member in an workspace. - [Update Workspace](https://docs.vertracloud.app/api-reference/endpoint/organizations/update.md): Updates the name, description, or tags of an workspace. - [Check Infrastructure Status](https://docs.vertracloud.app/api-reference/endpoint/services/status.md): Checks if the infrastructure is fully operational. - [User Information](https://docs.vertracloud.app/api-reference/endpoint/users/me.md): Returns complete user information including applications, databases, plan, OAuth connections, and credits. - [Public API](https://docs.vertracloud.app/api-reference/introduction.md): Complete documentation of Vertra Cloud's RESTful API for automation and integrations. - [Limitations](https://docs.vertracloud.app/api-reference/limitations.md): Resource constraints and platform limitations on Vertra Cloud. - [Applications](https://docs.vertracloud.app/applications.md): Everything about managing applications on Vertra Cloud. - [Changelog](https://docs.vertracloud.app/changelog.md): All updates and improvements to Vertra Cloud. - [v25.3 — August 2025](https://docs.vertracloud.app/changelog/august-2025.md): File manager modernization, API documentation, database certificates, and platform redesign. - [v25.6 — December 2025](https://docs.vertracloud.app/changelog/december-2025.md): Go and PHP language support, coupon system, and email improvements. - [v25.8 — February 2026](https://docs.vertracloud.app/changelog/february-2026.md): VSCode extension launch, managed databases, and platform improvements. - [v25.7 — January 2026](https://docs.vertracloud.app/changelog/january-2026.md): Public beta launch with API v1 and workspace management. - [v25.2 — July 2025](https://docs.vertracloud.app/changelog/july-2025.md): Settings tabs, environment variables, custom domains, organizations, and payment system launch. - [v25.1 — June 2025](https://docs.vertracloud.app/changelog/june-2025.md): Dashboard rebuild, file manager, organizations, real-time logs, and Spanish language support. - [v26.0 — March 21, 2026](https://docs.vertracloud.app/changelog/march-2026.md): Major platform release with credits system, workspaces, new authentication, and complete dashboard redesign. - [v25.0 — May 2025](https://docs.vertracloud.app/changelog/may-2025.md): Initial dashboard, database management, and file manager foundation. - [v25.5 — November 2025](https://docs.vertracloud.app/changelog/november-2025.md): Auto-restart system, .vertraignore, new plans, static site hosting, and major UI improvements. - [v25.4 — September 2025](https://docs.vertracloud.app/changelog/september-2025.md): Unified log system, Bun support, smart metrics, and VSCode extension alpha. - [Erros Comuns](https://docs.vertracloud.app/common-errors.md): Guia de solução para os erros mais frequentes ao fazer deploy na Vertra Cloud. - [Credits System](https://docs.vertracloud.app/credits.md): Understand how Vertra Cloud's credit-based billing model works. - [Databases](https://docs.vertracloud.app/databases.md): Everything about managing databases on Vertra Cloud. - [Deploy via GitHub](https://docs.vertracloud.app/deploy-github.md): Connect your GitHub repository for automatic deployment to Vertra Cloud. - [How to Host](https://docs.vertracloud.app/how-to-host.md): Learn how to host your application on Vertra Cloud in just a few steps. - [Introduction](https://docs.vertracloud.app/introduction.md): Welcome to the official Vertra Cloud documentation. Here you will find everything about the platform, its features and the public API. - [Overview](https://docs.vertracloud.app/overview.md): Discover Vertra Cloud — a cloud hosting platform for applications and databases. - [Plan Downgrade](https://docs.vertracloud.app/plan-downgrade.md): How plan downgrades work and how your remaining time is converted. - [Sites & Protections](https://docs.vertracloud.app/sites.md): Host static and dynamic sites with automatic protections and SSL on Vertra Cloud. - [Bun](https://docs.vertracloud.app/tutorials/bun.md): Deploy Bun applications to Vertra Cloud. - [Discord Bots](https://docs.vertracloud.app/tutorials/discord-bot.md): Deploy bots for Discord using discord.js or discord.py on Vertra Cloud. - [Django](https://docs.vertracloud.app/tutorials/django.md): Deploy Django applications to Vertra Cloud. - [Express.js](https://docs.vertracloud.app/tutorials/expressjs.md): Deploy Express.js applications to Vertra Cloud. - [Fastify](https://docs.vertracloud.app/tutorials/fastify.md): Deploy high-performance APIs with Fastify to Vertra Cloud. - [Flask](https://docs.vertracloud.app/tutorials/flask.md): Deploy Flask applications to Vertra Cloud. - [Go](https://docs.vertracloud.app/tutorials/go.md): Deploy Go applications to Vertra Cloud. - [Tutorials](https://docs.vertracloud.app/tutorials/introduction.md): Step-by-step guides to deploy applications on Vertra Cloud using different languages and frameworks. - [Java](https://docs.vertracloud.app/tutorials/java.md): Deploy Java applications to Vertra Cloud. - [Next.js](https://docs.vertracloud.app/tutorials/nextjs.md): Deploy Next.js applications with SSR and SSG to Vertra Cloud. - [Node.js](https://docs.vertracloud.app/tutorials/nodejs.md): Deploy Node.js applications to Vertra Cloud. - [PHP](https://docs.vertracloud.app/tutorials/php.md): Deploy PHP applications to Vertra Cloud. - [Python](https://docs.vertracloud.app/tutorials/python.md): Deploy Python applications to Vertra Cloud. - [Ruby](https://docs.vertracloud.app/tutorials/ruby.md): Deploy Ruby applications to Vertra Cloud. - [Rust](https://docs.vertracloud.app/tutorials/rust.md): Deploy Rust applications to Vertra Cloud. - [Static Sites](https://docs.vertracloud.app/tutorials/static.md): Deploy static sites (HTML, CSS, JavaScript) to Vertra Cloud. - [Telegram Bots](https://docs.vertracloud.app/tutorials/telegram-bot.md): Deploy bots for Telegram using Node.js or Python on Vertra Cloud. - [WhatsApp Bots](https://docs.vertracloud.app/tutorials/whatsapp-bot.md): Deploy bots for WhatsApp using Node.js on Vertra Cloud. - [VSCode Extension](https://docs.vertracloud.app/vscode-extension.md): Deploy and manage projects directly from VSCode. - [Workspaces](https://docs.vertracloud.app/workspaces.md): Organize projects and collaborate as a team with workspaces on Vertra Cloud. ## Optional - [Documentation](https://docs.vertracloud.app) - [Discord](https://discord.gg/vertracloud) - [Status](https://status.vertracloud.app)