DeployHQ
deployhqDeployment made simple. We make it super easy to automate deploying projects from Git, SVN and Mercurial repositories.
Acciones disponibles (61)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Delete CommandDEPLOYHQ_DELETE_COMMANDAcciónTool to delete a command from a specified project. Use when you need to remove an SSH command from a project's configuration.
DEPLOYHQ_DELETE_COMMANDAcciónTool to delete a command from a specified project. Use when you need to remove an SSH command from a project's configuration.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
identifierstringObligatorioThe unique identifier of the command to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ProjectDEPLOYHQ_DELETE_PROJECTS_PROJECTAcciónTool to delete a project from DeployHQ. Use when you need to permanently remove a project by its permalink or identifier.
DEPLOYHQ_DELETE_PROJECTS_PROJECTAcciónTool to delete a project from DeployHQ. Use when you need to permanently remove a project by its permalink or identifier.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Build Cache FileDEPLOYHQ_DELETE_PROJECTS_PROJECT_BUILD_CACHE_FILES_IDENTIFIERAcciónTool to delete an existing build cache file from a project. Use when you need to remove a cached build artifact from the project's build cache storage.
DEPLOYHQ_DELETE_PROJECTS_PROJECT_BUILD_CACHE_FILES_IDENTIFIERAcciónTool to delete an existing build cache file from a project. Use when you need to remove a cached build artifact from the project's build cache storage.
Parámetros de entrada
projectstringObligatorioThe project permalink or identifier that identifies the project
identifierstringObligatorioThe build cache file's unique identifier (UUID format) that identifies the specific build cache file to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Excluded File RuleDEPLOYHQ_DELETE_PROJECTS_PROJECT_EXCLUDED_FILES_IDENTIFIERAcciónTool to delete an existing excluded file rule from a project. Use when you need to remove an excluded file pattern from deployment configuration.
DEPLOYHQ_DELETE_PROJECTS_PROJECT_EXCLUDED_FILES_IDENTIFIERAcciónTool to delete an existing excluded file rule from a project. Use when you need to remove an excluded file pattern from deployment configuration.
Parámetros de entrada
projectstringObligatorioThe project permalink that identifies the project
identifierstringObligatorioThe excluded file identifier (UUID format) that identifies the specific excluded file rule to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Server GroupDEPLOYHQ_DELETE_PROJECTS_PROJECT_SERVER_GROUPS_IDENTIFIERAcciónTool to delete a server group from a project using the DeployHQ API. Use when you need to remove a server group from deployment configuration.
DEPLOYHQ_DELETE_PROJECTS_PROJECT_SERVER_GROUPS_IDENTIFIERAcciónTool to delete a server group from a project using the DeployHQ API. Use when you need to remove a server group from deployment configuration.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
identifierstringObligatorioThe server group's unique identifier (UUID format)
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete TemplateDEPLOYHQ_DELETE_TEMPLATES_PERMALINKAcciónTool to delete a template by its unique permalink. Use when you need to permanently remove a template from DeployHQ.
DEPLOYHQ_DELETE_TEMPLATES_PERMALINKAcciónTool to delete a template by its unique permalink. Use when you need to permanently remove a template from DeployHQ.
Parámetros de entrada
permalinkstringObligatorioThe template's unique permalink identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectsDEPLOYHQ_GET_PROJECTSAcciónTool to retrieve all projects from DeployHQ account. Use when you need to list all available projects and their configurations.
DEPLOYHQ_GET_PROJECTSAcciónTool to retrieve all projects from DeployHQ account. Use when you need to list all available projects and their configurations.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get ProjectDEPLOYHQ_GET_PROJECTS_PROJECTAcciónTool to view an existing project in DeployHQ. Use when you need to retrieve details about a specific project by its permalink or identifier.
DEPLOYHQ_GET_PROJECTS_PROJECTAcciónTool to view an existing project in DeployHQ. Use when you need to retrieve details about a specific project by its permalink or identifier.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Build Known HostsDEPLOYHQ_GET_PROJECTS_PROJECT_BUILD_KNOWN_HOSTSAcciónTool to list all known hosts within a project using DeployHQ API. Use when you need to view SSH known hosts configured for a specific project.
DEPLOYHQ_GET_PROJECTS_PROJECT_BUILD_KNOWN_HOSTSAcciónTool to list all known hosts within a project using DeployHQ API. Use when you need to view SSH known hosts configured for a specific project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project CommandsDEPLOYHQ_GET_PROJECTS_PROJECT_COMMANDSAcciónTool to retrieve all SSH commands configured for a project. Use when you need to list all commands and their execution details for a specific project.
DEPLOYHQ_GET_PROJECTS_PROJECT_COMMANDSAcciónTool to retrieve all SSH commands configured for a project. Use when you need to list all commands and their execution details for a specific project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Config FilesDEPLOYHQ_GET_PROJECTS_PROJECT_CONFIG_FILESAcciónTool to retrieve a list of all config files in a DeployHQ project. Use when you need to view all configuration files that are configured for a specific project.
DEPLOYHQ_GET_PROJECTS_PROJECT_CONFIG_FILESAcciónTool to retrieve a list of all config files in a DeployHQ project. Use when you need to view all configuration files that are configured for a specific project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project DeploymentsDEPLOYHQ_GET_PROJECTS_PROJECT_DEPLOYMENTSAcciónTool to retrieve a paginated list of all deployments in a project. Use when you need to view deployment history for a specific project. Results are paginated with 10 deployments per page.
DEPLOYHQ_GET_PROJECTS_PROJECT_DEPLOYMENTSAcciónTool to retrieve a paginated list of all deployments in a project. Use when you need to view deployment history for a specific project. Results are paginated with 10 deployments per page.
Parámetros de entrada
tostringFilters deployments by server or server group UUID.
pageintegerSpecifies which page number to retrieve for pagination (10 deployments per page).
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Excluded FilesDEPLOYHQ_GET_PROJECTS_PROJECT_EXCLUDED_FILESAcciónTool to list all excluded files within a project template. Use when you need to view which files or patterns are excluded from deployment for a specific project.
DEPLOYHQ_GET_PROJECTS_PROJECT_EXCLUDED_FILESAcciónTool to list all excluded files within a project template. Use when you need to view which files or patterns are excluded from deployment for a specific project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
Parámetros de salida
dataobject[]ObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Config FileDEPLOYHQ_GET_PROJECTS_PROJECT_ID_CONFIG_FILES_IDAcciónTool to view a specific config file in a DeployHQ project. Use when you need to retrieve details about a particular configuration file by its identifier.
DEPLOYHQ_GET_PROJECTS_PROJECT_ID_CONFIG_FILES_IDAcciónTool to view a specific config file in a DeployHQ project. Use when you need to retrieve details about a particular configuration file by its identifier.
Parámetros de entrada
idstringObligatorioThe unique identifier for the config file.
project_idstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Excluded FileDEPLOYHQ_GET_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDAcciónTool to view a specific excluded file in a DeployHQ project. Use when you need to retrieve details about a particular excluded file by its identifier.
DEPLOYHQ_GET_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDAcciónTool to view a specific excluded file in a DeployHQ project. Use when you need to retrieve details about a particular excluded file by its identifier.
Parámetros de entrada
idstringObligatorioThe unique identifier (UUID) of the excluded file entry.
project_idstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Server GroupDEPLOYHQ_GET_PROJECTS_PROJECT_ID_SERVER_GROUPS_IDAcciónTool to view a specific server group in a DeployHQ project. Use when you need to retrieve details about a particular server group by its identifier.
DEPLOYHQ_GET_PROJECTS_PROJECT_ID_SERVER_GROUPS_IDAcciónTool to view a specific server group in a DeployHQ project. Use when you need to retrieve details about a particular server group by its identifier.
Parámetros de entrada
idstringObligatorioThe server group's unique identifier (UUID format).
project_idstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project RepositoryDEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORYAcciónTool to view repository details for a specific project in DeployHQ. Use when you need to retrieve repository configuration including URL, branch, and hosting service details.
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORYAcciónTool to view repository details for a specific project in DeployHQ. Use when you need to retrieve repository configuration including URL, branch, and hosting service details.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Repository BranchesDEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_BRANCHESAcciónTool to view all available branches in the connected repository for a project. Use when you need to list repository branches and their commit hashes.
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_BRANCHESAcciónTool to view all available branches in the connected repository for a project. Use when you need to list repository branches and their commit hashes.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Repository Commit InfoDEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_COMMIT_INFOAcciónTool to view detailed information about a specific revision in a project's connected repository. Use when you need to retrieve commit details including author, timestamp, message, and tags.
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_COMMIT_INFOAcciónTool to view detailed information about a specific revision in a project's connected repository. Use when you need to retrieve commit details including author, timestamp, message, and tags.
Parámetros de entrada
commitstringObligatorioThe commit reference/hash of the revision to retrieve.
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Latest Repository RevisionDEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_LATEST_REVISIONAcciónTool to view the latest remote revision of your repository. Use when you need to get the most recent commit hash for a project's default branch or a specific branch.
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_LATEST_REVISIONAcciónTool to view the latest remote revision of your repository. Use when you need to get the most recent commit hash for a project's default branch or a specific branch.
Parámetros de entrada
branchstringSpecifies which branch to retrieve the latest revision for. If not provided, the default branch is used.
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Recent Commits and TagsDEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_RECENT_COMMITSAcciónTool to view up to 15 most recent revisions and up to 15 most recent tags in a specific branch. Use when you need to retrieve recent commit history and tag information from a project's repository branch.
DEPLOYHQ_GET_PROJECTS_PROJECT_REPOSITORY_RECENT_COMMITSAcciónTool to view up to 15 most recent revisions and up to 15 most recent tags in a specific branch. Use when you need to retrieve recent commit history and tag information from a project's repository branch.
Parámetros de entrada
branchstringObligatorioThe branch name for viewing recent revisions.
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Scheduled DeploymentsDEPLOYHQ_GET_PROJECTS_PROJECT_SCHEDULED_DEPLOYMENTSAcciónTool to retrieve all upcoming scheduled deployments for a project. Use when you need to view scheduled deployment configurations including server details, revision information, frequency settings, and execution times.
DEPLOYHQ_GET_PROJECTS_PROJECT_SCHEDULED_DEPLOYMENTSAcciónTool to retrieve all upcoming scheduled deployments for a project. Use when you need to view scheduled deployment configurations including server details, revision information, frequency settings, and execution times.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project Server GroupsDEPLOYHQ_GET_PROJECTS_PROJECT_SERVER_GROUPSAcciónTool to retrieve all server groups configured for a project. Use when you need to list servers and their deployment configurations within a project.
DEPLOYHQ_GET_PROJECTS_PROJECT_SERVER_GROUPSAcciónTool to retrieve all server groups configured for a project. Use when you need to list servers and their deployment configurations within a project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Project ServersDEPLOYHQ_GET_PROJECTS_PROJECT_SERVERSAcciónTool to retrieve all servers configured for a project. Use when you need to view server configurations and deployment targets for a specific project.
DEPLOYHQ_GET_PROJECTS_PROJECT_SERVERSAcciónTool to retrieve all servers configured for a project. Use when you need to view server configurations and deployment targets for a specific project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get TemplatesDEPLOYHQ_GET_TEMPLATESAcciónTool to retrieve all templates from DeployHQ account. Use when you need to list all configured templates and their identifiers.
DEPLOYHQ_GET_TEMPLATESAcciónTool to retrieve all templates from DeployHQ account. Use when you need to list all configured templates and their identifiers.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Public TemplateDEPLOYHQ_GET_TEMPLATES_ID_PUBLIC_IDAcciónTool to retrieve a specific public template from DeployHQ. Use when you need to view details of a public framework template using both template identifier and public template identifier.
DEPLOYHQ_GET_TEMPLATES_ID_PUBLIC_IDAcciónTool to retrieve a specific public template from DeployHQ. Use when you need to view details of a public framework template using both template identifier and public template identifier.
Parámetros de entrada
public_idstringObligatorioThe public identifier for the template
template_idstringObligatorioThe unique identifier for the template
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Public TemplatesDEPLOYHQ_GET_TEMPLATES_PUBLIC_TEMPLATESAcciónTool to retrieve publicly available deployment templates from DeployHQ. Use when you need to list framework templates for popular web platforms.
DEPLOYHQ_GET_TEMPLATES_PUBLIC_TEMPLATESAcciónTool to retrieve publicly available deployment templates from DeployHQ. Use when you need to list framework templates for popular web platforms.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ProjectDEPLOYHQ_PATCH_PROJECTS_IDAcciónTool to update project settings in DeployHQ. Use when you need to modify a project's name or region/zone configuration.
DEPLOYHQ_PATCH_PROJECTS_IDAcciónTool to update project settings in DeployHQ. Use when you need to modify a project's name or region/zone configuration.
Parámetros de entrada
idstringObligatorioThe project's permalink or unique identifier
projectobjectObligatorioProject update parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Build Cache FileDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_CACHE_FILES_IDAcciónTool to update an existing build cache file in a project. Use when you need to modify the path of a cached build artifact in the project's build cache storage.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_CACHE_FILES_IDAcciónTool to update an existing build cache file in a project. Use when you need to modify the path of a cached build artifact in the project's build cache storage.
Parámetros de entrada
idstringObligatorioThe build cache file's unique identifier (UUID format) that identifies the specific build cache file to update
project_idstringObligatorioThe project permalink or identifier that identifies the project
build_cache_fileobjectObligatorioBuild cache file update parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Build CommandDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_COMMANDS_IDAcciónTool to update an existing build command in a project. Use when you need to modify the description, command, or error handling behavior of a build command. Supports partial updates - only include the fields you want to change.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_COMMANDS_IDAcciónTool to update an existing build command in a project. Use when you need to modify the description, command, or error handling behavior of a build command. Supports partial updates - only include the fields you want to change.
Parámetros de entrada
idstringObligatorioThe build command's unique identifier (UUID format) that identifies the specific build command to update
project_idstringObligatorioThe project's permalink or identifier that identifies the project
build_commandobjectObligatorioBuild command update parameters. Include only the fields you want to modify (partial update).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Language VersionDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_LANGUAGES_IDAcciónTool to update the version of a language in a project's build environment. Use when you need to change the version of PHP, Node.js, Python, Ruby, Java, Go, .NET, or Composer used in a project's build pipeline.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_BUILD_LANGUAGES_IDAcciónTool to update the version of a language in a project's build environment. Use when you need to change the version of PHP, Node.js, Python, Ruby, Java, Go, .NET, or Composer used in a project's build pipeline.
Parámetros de entrada
idstringObligatorioThe language identifier/name whose version requires updating. Valid values include: 'php', 'nodejs', 'python', 'ruby', 'java', 'go', 'dotnet', 'composer'
project_idstringObligatorioThe project's permalink or identifier
build_environmentobjectObligatorioBuild environment update parameters containing the version
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Project CommandDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_COMMANDS_IDAcciónTool to update an existing SSH command in a project. Use when you need to modify command properties like description, command text, execution timing, timeout, or server assignments.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_COMMANDS_IDAcciónTool to update an existing SSH command in a project. Use when you need to modify command properties like description, command text, execution timing, timeout, or server assignments.
Parámetros de entrada
idstringObligatorioThe command's unique identifier (UUID format) that identifies the specific command to update
commandobjectObligatorioCommand update parameters
project_idstringObligatorioThe project identifier or permalink that identifies the project
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Config FileDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_CONFIG_FILES_IDAcciónTool to update an existing config file in a DeployHQ project. Use when you need to modify the path or contents of a configuration file.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_CONFIG_FILES_IDAcciónTool to update an existing config file in a DeployHQ project. Use when you need to modify the path or contents of a configuration file.
Parámetros de entrada
idstringObligatorioThe config file's unique identifier (UUID format)
project_idstringObligatorioThe project's permalink or identifier
config_fileobjectObligatorioConfig file update parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Excluded FileDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDAcciónTool to update an existing excluded file rule in a project. Use when you need to modify the file path pattern or server associations for an excluded file in the deployment configuration.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDAcciónTool to update an existing excluded file rule in a project. Use when you need to modify the file path pattern or server associations for an excluded file in the deployment configuration.
Parámetros de entrada
idstringObligatorioThe excluded file's unique identifier (UUID format) that identifies the specific excluded file rule to update
project_idstringObligatorioThe project permalink or identifier that identifies the project
excluded_fileobjectObligatorioExcluded file update parameters including path pattern and server associations
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Project RepositoryDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_REPOSITORYAcciónTool to update repository configuration for a project in DeployHQ. Use when you need to modify repository settings like branch, URL, SCM type, or authentication credentials.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_REPOSITORYAcciónTool to update repository configuration for a project in DeployHQ. Use when you need to modify repository settings like branch, URL, SCM type, or authentication credentials.
Parámetros de entrada
project_idstringObligatorioThe unique identifier or permalink for the project.
repositoryobjectObligatorioRepository update parameters.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Server GroupDEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_SERVER_GROUPS_IDAcciónTool to update an existing server group in a DeployHQ project. Use when you need to modify settings such as name, branch, auto-deploy, notification preferences, or deployment mode. Supports partial updates - only include the fields you want to change.
DEPLOYHQ_PATCH_PROJECTS_PROJECT_ID_SERVER_GROUPS_IDAcciónTool to update an existing server group in a DeployHQ project. Use when you need to modify settings such as name, branch, auto-deploy, notification preferences, or deployment mode. Supports partial updates - only include the fields you want to change.
Parámetros de entrada
idstringObligatorioThe server group's unique identifier (UUID format)
project_idstringObligatorioThe project's permalink or identifier
server_groupobjectObligatorioServer group update parameters. Include only the fields you want to modify (partial update).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update TemplateDEPLOYHQ_PATCH_TEMPLATES_IDAcciónTool to update an existing template in DeployHQ. Use when you need to modify the name or description of a template.
DEPLOYHQ_PATCH_TEMPLATES_IDAcciónTool to update an existing template in DeployHQ. Use when you need to modify the name or description of a template.
Parámetros de entrada
idstringObligatorioTemplate identifier (can be template ID or permalink)
templateobjectObligatorioTemplate update parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProjectDEPLOYHQ_POST_PROJECTSAcciónTool to create a new project in DeployHQ. Use when you need to initialize a new project with a name and optional zone configuration.
DEPLOYHQ_POST_PROJECTSAcciónTool to create a new project in DeployHQ. Use when you need to initialize a new project with a name and optional zone configuration.
Parámetros de entrada
projectobjectObligatorioProject creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate AI Deployment OverviewDEPLOYHQ_POST_PROJECTS_ID_AI_DEPLOYMENT_OVERVIEWAcciónTool to generate an AI-powered deployment overview for a revision range. Use when you need to analyze commit messages between two references and get a concise summary of changes.
DEPLOYHQ_POST_PROJECTS_ID_AI_DEPLOYMENT_OVERVIEWAcciónTool to generate an AI-powered deployment overview for a revision range. Use when you need to analyze commit messages between two references and get a concise summary of changes.
Parámetros de entrada
idstringObligatorioThe project's identifier (UUID or permalink)
end_refstringObligatorioThe ending revision/reference (commit SHA) for the deployment range
start_refstringObligatorioThe starting revision/reference (commit SHA) for the deployment range
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Build Cache FileDEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_CACHE_FILESAcciónTool to create a new build cached file within a project. Use when you need to add a new cached build artifact to the project's build cache storage.
DEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_CACHE_FILESAcciónTool to create a new build cached file within a project. Use when you need to add a new cached build artifact to the project's build cache storage.
Parámetros de entrada
projectstringObligatorioThe project permalink or identifier that identifies the project
build_cache_fileobjectObligatorioBuild cache file creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Build CommandDEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_COMMANDSAcciónTool to create a new build command for a project in DeployHQ. Use when you need to add a new build command to a project.
DEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_COMMANDSAcciónTool to create a new build command for a project in DeployHQ. Use when you need to add a new build command to a project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier that identifies the project
build_commandobjectObligatorioBuild command creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Project Build Known HostDEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_KNOWN_HOSTSAcciónTool to create a new known host in a project using DeployHQ API. Use when you need to add SSH known hosts for build processes in a specific project.
DEPLOYHQ_POST_PROJECTS_PROJECT_BUILD_KNOWN_HOSTSAcciónTool to create a new known host in a project using DeployHQ API. Use when you need to add SSH known hosts for build processes in a specific project.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
build_known_hostobjectObligatorioKnown host creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create SSH CommandDEPLOYHQ_POST_PROJECTS_PROJECT_COMMANDSAcciónTool to create a new SSH command for a project in DeployHQ. Use when you need to add SSH commands that run before or after deployments.
DEPLOYHQ_POST_PROJECTS_PROJECT_COMMANDSAcciónTool to create a new SSH command for a project in DeployHQ. Use when you need to add SSH commands that run before or after deployments.
Parámetros de entrada
commandobjectObligatorioSSH command creation parameters
projectstringObligatorioThe project's permalink or identifier that identifies the project
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Config FileDEPLOYHQ_POST_PROJECTS_PROJECT_CONFIG_FILESAcciónTool to create a new config file in a DeployHQ project. Use when you need to add a configuration file that will be deployed to specified servers.
DEPLOYHQ_POST_PROJECTS_PROJECT_CONFIG_FILESAcciónTool to create a new config file in a DeployHQ project. Use when you need to add a configuration file that will be deployed to specified servers.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
config_fileobjectObligatorioConfig file creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Config File DeploymentDEPLOYHQ_POST_PROJECTS_PROJECT_DEPLOYMENTSAcciónTool to create a new config file deployment for a project. Use when you need to deploy only configuration files to a server or server group without deploying code changes.
DEPLOYHQ_POST_PROJECTS_PROJECT_DEPLOYMENTSAcciónTool to create a new config file deployment for a project. Use when you need to deploy only configuration files to a server or server group without deploying code changes.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier that identifies the project
deploymentobjectObligatorioDeployment creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Excluded FileDEPLOYHQ_POST_PROJECTS_PROJECT_EXCLUDED_FILESAcciónTool to add a new excluded file to a project. Use when you need to exclude specific files or patterns from deployment to prevent them from being deployed to servers.
DEPLOYHQ_POST_PROJECTS_PROJECT_EXCLUDED_FILESAcciónTool to add a new excluded file to a project. Use when you need to exclude specific files or patterns from deployment to prevent them from being deployed to servers.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
excluded_fileobjectObligatorioExcluded file creation parameters including path pattern and server associations
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Abort DeploymentDEPLOYHQ_POST_PROJECTS_PROJECT_ID_DEPLOYMENTS_ID_ABORTAcciónTool to abort a currently running deployment. Use when you need to terminate a deployment that is in progress.
DEPLOYHQ_POST_PROJECTS_PROJECT_ID_DEPLOYMENTS_ID_ABORTAcciónTool to abort a currently running deployment. Use when you need to terminate a deployment that is in progress.
Parámetros de entrada
idstringObligatorioThe UUID identifier of the deployment to abort
project_idstringObligatorioThe project's permalink or identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add Project RepositoryDEPLOYHQ_POST_PROJECTS_PROJECT_REPOSITORYAcciónTool to add repository details to a project in DeployHQ. Use when you need to configure a repository for a project with URL, SCM type, branch, and authentication credentials.
DEPLOYHQ_POST_PROJECTS_PROJECT_REPOSITORYAcciónTool to add repository details to a project in DeployHQ. Use when you need to configure a repository for a project with URL, SCM type, branch, and authentication credentials.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier.
repositoryobjectObligatorioRepository creation parameters.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Server GroupDEPLOYHQ_POST_PROJECTS_PROJECT_SERVER_GROUPSAcciónTool to create a new server group for automated deployments in a DeployHQ project. Use when you need to set up a group of servers for deploying from a specific branch with auto-deploy and notification settings.
DEPLOYHQ_POST_PROJECTS_PROJECT_SERVER_GROUPSAcciónTool to create a new server group for automated deployments in a DeployHQ project. Use when you need to set up a group of servers for deploying from a specific branch with auto-deploy and notification settings.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier that identifies the project
server_groupobjectObligatorioServer group creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ServerDEPLOYHQ_POST_PROJECTS_PROJECT_SERVERSAcciónTool to create a new server configuration in a DeployHQ project. Use when you need to add a deployment destination with protocol-specific settings (SSH, FTP, S3, etc.).
DEPLOYHQ_POST_PROJECTS_PROJECT_SERVERSAcciónTool to create a new server configuration in a DeployHQ project. Use when you need to add a deployment destination with protocol-specific settings (SSH, FTP, S3, etc.).
Parámetros de entrada
serverobjectObligatorioServer creation parameters
projectstringObligatorioThe project's permalink or identifier
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create TemplateDEPLOYHQ_POST_TEMPLATESAcciónTool to create a new template in DeployHQ. Use when you need to create a template, optionally copying configuration from an existing project.
DEPLOYHQ_POST_TEMPLATESAcciónTool to create a new template in DeployHQ. Use when you need to create a template, optionally copying configuration from an existing project.
Parámetros de entrada
templateobjectObligatorioTemplate creation parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Project SettingsDEPLOYHQ_PUT_PROJECTS_PROJECTAcciónTool to update settings of an existing DeployHQ project. Use when you need to modify project properties like name, permalink, notification settings, or zone. Warning: Changing the permalink requires updating the repository webhook URL to maintain automatic deployments.
DEPLOYHQ_PUT_PROJECTS_PROJECTAcciónTool to update settings of an existing DeployHQ project. Use when you need to modify project properties like name, permalink, notification settings, or zone. Warning: Changing the permalink requires updating the repository webhook URL to maintain automatic deployments.
Parámetros de entrada
projectobjectObligatorioProject update parameters. All fields are optional.
project_identifierstringObligatorioThe project's permalink or identifier.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit Build Cache FileDEPLOYHQ_PUT_PROJECTS_PROJECT_BUILD_CACHE_FILES_IDENTIFIERAcciónTool to edit an existing build cache file within a project. Use when you need to modify the path of a cached build artifact in the project's build cache storage.
DEPLOYHQ_PUT_PROJECTS_PROJECT_BUILD_CACHE_FILES_IDENTIFIERAcciónTool to edit an existing build cache file within a project. Use when you need to modify the path of a cached build artifact in the project's build cache storage.
Parámetros de entrada
projectstringObligatorioThe project permalink or identifier that identifies the project
identifierstringObligatorioThe build cache file's unique identifier (UUID format) that identifies the specific build cache file to edit
build_cache_fileobjectObligatorioBuild cache file update parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit Build CommandDEPLOYHQ_PUT_PROJECTS_PROJECT_BUILD_COMMANDS_IDENTIFIERAcciónTool to edit an existing build command within a template in DeployHQ. Use when you need to modify the description, command, or error handling behavior of a build command.
DEPLOYHQ_PUT_PROJECTS_PROJECT_BUILD_COMMANDS_IDENTIFIERAcciónTool to edit an existing build command within a template in DeployHQ. Use when you need to modify the description, command, or error handling behavior of a build command.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier that identifies the project
identifierstringObligatorioThe build command's unique identifier (UUID format) that identifies the specific build command to edit
build_commandobjectObligatorioBuild command update parameters. Include only the fields you want to modify.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit SSH CommandDEPLOYHQ_PUT_PROJECTS_PROJECT_COMMANDS_IDENTIFIERAcciónTool to edit an existing SSH command in a DeployHQ project. Use when you need to update command properties like description, command text, execution timing, timeout, or server assignments.
DEPLOYHQ_PUT_PROJECTS_PROJECT_COMMANDS_IDENTIFIERAcciónTool to edit an existing SSH command in a DeployHQ project. Use when you need to update command properties like description, command text, execution timing, timeout, or server assignments.
Parámetros de entrada
commandobjectObligatorioCommand update parameters including description, command text, timing, and server assignments
projectstringObligatorioThe project identifier or permalink that identifies the project
identifierstringObligatorioThe command's unique identifier (UUID format) that identifies the specific command to edit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit Config FileDEPLOYHQ_PUT_PROJECTS_PROJECT_CONFIG_FILES_IDENTIFIERAcciónTool to edit an existing config file within a project. Use when you need to modify the path, contents, or server deployment settings of a configuration file.
DEPLOYHQ_PUT_PROJECTS_PROJECT_CONFIG_FILES_IDENTIFIERAcciónTool to edit an existing config file within a project. Use when you need to modify the path, contents, or server deployment settings of a configuration file.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
identifierstringObligatorioThe config file's unique identifier (UUID format) that identifies the specific config file to edit
config_fileobjectObligatorioConfig file update parameters
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit Excluded FileDEPLOYHQ_PUT_PROJECTS_PROJECT_EXCLUDED_FILE_IDENTIFIERAcciónTool to edit an existing excluded file rule within a project. Use when you need to modify the path pattern or server assignments of an existing exclusion rule.
DEPLOYHQ_PUT_PROJECTS_PROJECT_EXCLUDED_FILE_IDENTIFIERAcciónTool to edit an existing excluded file rule within a project. Use when you need to modify the path pattern or server assignments of an existing exclusion rule.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
identifierstringObligatorioThe excluded file rule's unique identifier (UUID format) that identifies the specific excluded file to edit
excluded_fileobjectObligatorioExcluded file update parameters including path pattern and server associations
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Excluded FileDEPLOYHQ_PUT_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDAcciónTool to update an existing excluded file rule in a project. Use when you need to modify the path pattern or server assignments of an existing exclusion rule.
DEPLOYHQ_PUT_PROJECTS_PROJECT_ID_EXCLUDED_FILES_IDAcciónTool to update an existing excluded file rule in a project. Use when you need to modify the path pattern or server assignments of an existing exclusion rule.
Parámetros de entrada
idstringObligatorioThe excluded file rule's unique identifier (UUID format) that identifies the specific excluded file to update
project_idstringObligatorioThe project's permalink or identifier
excluded_fileobjectObligatorioExcluded file update parameters including path pattern and server associations
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Project RepositoryDEPLOYHQ_PUT_PROJECTS_PROJECT_ID_REPOSITORYAcciónTool to update repository details for an existing project in DeployHQ. Use when you need to replace the complete repository configuration including SCM type, URL, and branch.
DEPLOYHQ_PUT_PROJECTS_PROJECT_ID_REPOSITORYAcciónTool to update repository details for an existing project in DeployHQ. Use when you need to replace the complete repository configuration including SCM type, URL, and branch.
Parámetros de entrada
project_idstringObligatorioThe project permalink or identifier.
repositoryobjectObligatorioRepository configuration including SCM type, URL, branch, and optional authentication credentials.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Server GroupDEPLOYHQ_PUT_PROJECTS_PROJECT_SERVER_GROUPS_IDENTIFIERAcciónTool to update a server group in a DeployHQ project using the API. Use when you need to modify server group configuration such as name, branch, auto-deploy settings, notification preferences, or deployment mode.
DEPLOYHQ_PUT_PROJECTS_PROJECT_SERVER_GROUPS_IDENTIFIERAcciónTool to update a server group in a DeployHQ project using the API. Use when you need to modify server group configuration such as name, branch, auto-deploy settings, notification preferences, or deployment mode.
Parámetros de entrada
projectstringObligatorioThe project's permalink or identifier
identifierstringObligatorioThe server group's unique identifier (UUID format)
server_groupobjectObligatorioServer group update parameters including name, branch, auto_deploy, email_notify_on, and transfer_order
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Edit TemplateDEPLOYHQ_PUT_TEMPLATES_PERMALINKAcciónTool to edit an existing template in DeployHQ. Use when you need to update the name or description of a template identified by its permalink.
DEPLOYHQ_PUT_TEMPLATES_PERMALINKAcciónTool to edit an existing template in DeployHQ. Use when you need to update the name or description of a template identified by its permalink.
Parámetros de entrada
templateobjectObligatorioTemplate update parameters
permalinkstringObligatorioThe URL-friendly identifier of the template to edit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not