Get Billing Status via API
Support Articlehttps://www.deployhq.com/support/api/account-management-api/billing-status-api
How to view your DeployHQ account billing status using the API.
Updated 16th Apr 2026https://www.deployhq.com/support/api/account-management-api/billing-status-api
How to view your DeployHQ account billing status using the API.
Updated 16th Apr 2026https://www.deployhq.com/support/faq/how-do-I-install-a-custom-version-of-npm-nodejs
DeployHQ build servers come with Node.js versions 8 through 25 pre-installed and selectable from the … Add the following commands to the beginning of your build command, replacing the version of Node as appropriate … : ```bash source /opt/nvm/nvm.sh nvm install 21.6.1 nvm use 21.6.1 ``` For example, to install and … nvm use 23.5.0 node --version npm install npm run build ``` NVM is globally available at `/opt/nvm` and … configured for use in build pipelines, so you don't need to install it.
Updated 6th Jan 2026https://www.deployhq.com/support/build-pipelines/deploybuild-dot-yaml
Out the box, we support being able to define build cache files, language versions, and commands. … on a per-branch basis - simply commit one configuration within one branch and another one in a different … branch, and you're good to go … , don't need to have access to the DeployHQ UI to do so … When configured, the command will only run if one of the listed files changed between the start and end
Updated 1st Apr 2026https://www.deployhq.com/support/excluded-files
Prevent certain files or directories in your repository from being deployed to your server.
Updated 5th Mar 2026https://www.deployhq.com/support/build-errors/maven-build-tool
how to install maven
Updated 29th Apr 2024https://www.deployhq.com/support/deployments/starting-a-deployment/deploying-from-scratch
How to set up a deployment of your entire repository to your server with DeployHQ.
Updated 30th Jun 2021https://www.deployhq.com/support/api/templates/managing-template-elements/build-commands/create-build-command
How to add a build command to an existing project template via the DeployHQ API.
Updated 23rd Jul 2024https://www.deployhq.com/support/api/templates/managing-template-elements/build-known-hosts/create-known-host
How to add a known host to an existing project template via the DeployHQ API.
Updated 23rd Jul 2024https://www.deployhq.com/support/api/templates/managing-template-elements/ssh-commands/create-ssh-command
How to add an SSH command to an existing project template via the DeployHQ API.
Updated 23rd Mar 2026https://www.deployhq.com/support/api/templates/managing-template-elements/config-files/create-config-file
How to add a config file to an existing project template via the DeployHQ API.
Updated 23rd Jul 2024