# Qovery ## Docs - [Edit account information](https://www.qovery.com/docs/api-reference/account-info/edit-account-information.md) - [Get Account information](https://www.qovery.com/docs/api-reference/account-info/get-account-information.md) - [Create alert receiver](https://www.qovery.com/docs/api-reference/alert-receivers/create-alert-receiver.md): Create a new alert receiver - [Delete alert receiver](https://www.qovery.com/docs/api-reference/alert-receivers/delete-alert-receiver.md): Delete an alert receiver - [Get alert receiver](https://www.qovery.com/docs/api-reference/alert-receivers/get-alert-receiver.md): Retrieve a specific alert receiver by its ID - [List alert receivers](https://www.qovery.com/docs/api-reference/alert-receivers/list-alert-receivers.md): Retrieve all alert receivers for a specific organization - [Update alert receiver](https://www.qovery.com/docs/api-reference/alert-receivers/update-alert-receiver.md): Update an existing alert receiver - [Validate Existing Alert Receiver](https://www.qovery.com/docs/api-reference/alert-receivers/validate-existing-alert-receiver.md): Validate an existing alert receiver by sending a test message for example. - [Validate New Alert Receiver](https://www.qovery.com/docs/api-reference/alert-receivers/validate-new-alert-receiver.md): Validate a future alert receiver by sending a test message. - [Create alert rule](https://www.qovery.com/docs/api-reference/alert-rules/create-alert-rule.md): Create a new alert rule with PromQL expression - [Delete alert rule](https://www.qovery.com/docs/api-reference/alert-rules/delete-alert-rule.md): Delete an alert rule - [Get alert rule](https://www.qovery.com/docs/api-reference/alert-rules/get-alert-rule.md): Retrieve a specific alert rule by its ID - [List alert rules](https://www.qovery.com/docs/api-reference/alert-rules/list-alert-rules.md): Retrieve all alert rules for a specific organization - [Update alert rule](https://www.qovery.com/docs/api-reference/alert-rules/update-alert-rule.md): Update an existing alert rule - [Deploy application](https://www.qovery.com/docs/api-reference/application-actions/deploy-application.md): You must provide a git commit id - [Reboot application](https://www.qovery.com/docs/api-reference/application-actions/reboot-application.md) - [Redeploy application](https://www.qovery.com/docs/api-reference/application-actions/redeploy-application.md) - [Stop application](https://www.qovery.com/docs/api-reference/application-actions/stop-application.md) - [Uninstall application](https://www.qovery.com/docs/api-reference/application-actions/uninstall-application.md): Delete the resources of an application but keep the Qovery config. - [Edit advanced settings](https://www.qovery.com/docs/api-reference/application-configuration/edit-advanced-settings.md): Edit advanced settings by returning table of advanced settings. - [Edit Application Network](https://www.qovery.com/docs/api-reference/application-configuration/edit-application-network.md): Edit the Network settings of the application. - [Get advanced settings](https://www.qovery.com/docs/api-reference/application-configuration/get-advanced-settings.md): Get list and values of the advanced settings of the application. Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/) - [Get Application Network information](https://www.qovery.com/docs/api-reference/application-configuration/get-application-network-information.md): Get status of the application network settings. - [Add custom domain to the application.](https://www.qovery.com/docs/api-reference/application-custom-domain/add-custom-domain-to-the-application.md): Add a custom domain to this application in order not to use qovery autogenerated domain - [Check Application Custom Domain](https://www.qovery.com/docs/api-reference/application-custom-domain/check-application-custom-domain.md) - [Delete a Custom Domain](https://www.qovery.com/docs/api-reference/application-custom-domain/delete-a-custom-domain.md): To delete an CustomDomain you must have the project user permission - [Edit a Custom Domain](https://www.qovery.com/docs/api-reference/application-custom-domain/edit-a-custom-domain.md): To edit a Custom Domain you must have the project user permission - [Get Custom Domain status](https://www.qovery.com/docs/api-reference/application-custom-domain/get-custom-domain-status.md) - [List application custom domains](https://www.qovery.com/docs/api-reference/application-custom-domain/list-application-custom-domains.md) - [List application deploys](https://www.qovery.com/docs/api-reference/application-deployment-history/list-application-deploys.md): By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter. You can also filter by status (FAILED or SUCCESS), and git_commit_id - [List application deploys](https://www.qovery.com/docs/api-reference/application-deployment-history/list-application-deploys-1.md): By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter. You can also filter by status (FAILED or SUCCESS), and git_commit_id - [Create an application deployment restriction](https://www.qovery.com/docs/api-reference/application-deployment-restriction/create-an-application-deployment-restriction.md): Create an application deployment restriction - [Delete an application deployment restriction](https://www.qovery.com/docs/api-reference/application-deployment-restriction/delete-an-application-deployment-restriction.md): Delete an application deployment restriction - [Edit an application deployment restriction](https://www.qovery.com/docs/api-reference/application-deployment-restriction/edit-an-application-deployment-restriction.md): Edit an application deployment restriction - [Get application deployment restrictions](https://www.qovery.com/docs/api-reference/application-deployment-restriction/get-application-deployment-restrictions.md): Get application deployment restrictions - [Add an environment variable to the application](https://www.qovery.com/docs/api-reference/application-environment-variable/add-an-environment-variable-to-the-application.md): - Add an environment variable to the application. - [Create an environment variable alias at the application level](https://www.qovery.com/docs/api-reference/application-environment-variable/create-an-environment-variable-alias-at-the-application-level.md): - Allows you to add an alias at application level on an existing environment variable having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new environment variable at application level with the same value as the one corre… - [Create an environment variable override at the application level](https://www.qovery.com/docs/api-reference/application-environment-variable/create-an-environment-variable-override-at-the-application-level.md): - Allows you to override at application level an environment variable that has a higher scope. - You only have to specify a value in the request body - The system will create a new environment variable at application level with the same key as the one corresponding to the variable id in the path - T… - [Delete an environment variable from an application](https://www.qovery.com/docs/api-reference/application-environment-variable/delete-an-environment-variable-from-an-application.md): - To delete an environment variable from an application you must have the project user permission - You can't delete a BUILT_IN variable - If you delete a variable having override or alias, the associated override/alias will be deleted as well - [Edit an environment variable belonging to the application](https://www.qovery.com/docs/api-reference/application-environment-variable/edit-an-environment-variable-belonging-to-the-application.md): - You can't edit a BUILT_IN variable - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION) - [Import variables](https://www.qovery.com/docs/api-reference/application-environment-variable/import-variables.md): Import environment variables in a defined scope, with a defined visibility. - [List environment variables](https://www.qovery.com/docs/api-reference/application-environment-variable/list-environment-variables.md) - [List logs](https://www.qovery.com/docs/api-reference/application-logs/list-logs.md): This will list the last 1000 logs of the application - [Delete application](https://www.qovery.com/docs/api-reference/application-main-calls/delete-application.md): To delete the application you must have the admin permission - [Edit application](https://www.qovery.com/docs/api-reference/application-main-calls/edit-application.md): - To edit the application you must have the admin permission. - For port edition, if you provide a port id, we will update the corresponding port. If you don't we will create a new one. If you remove a port from the payload, we will delete it. - For storage edition, if you provide a storage id, we w… - [Get application by ID](https://www.qovery.com/docs/api-reference/application-main-calls/get-application-by-id.md) - [Get application status](https://www.qovery.com/docs/api-reference/application-main-calls/get-application-status.md) - [List all URLs of the application](https://www.qovery.com/docs/api-reference/application-main-calls/list-all-urls-of-the-application.md): This will return all the custom domains and Qovery autogenerated domain for the given application - [List contributors](https://www.qovery.com/docs/api-reference/application-main-calls/list-contributors.md) - [List last commits](https://www.qovery.com/docs/api-reference/application-main-calls/list-last-commits.md): Returns list of the last 100 commits made on the repository linked to the application - [Add a secret to the application](https://www.qovery.com/docs/api-reference/application-secret/add-a-secret-to-the-application.md): - Add a secret to the application. - [Create a secret alias at the application level](https://www.qovery.com/docs/api-reference/application-secret/create-a-secret-alias-at-the-application-level.md): - Allows you to add an alias at application level on an existing secret having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new secret at application level with the same value as the one corresponding to the secret id in… - [Create a secret override at the application level](https://www.qovery.com/docs/api-reference/application-secret/create-a-secret-override-at-the-application-level.md): - Allows you to override at application level a secret that has a higher scope. - You only have to specify a value in the request body - The system will create a new secret at application level with the same key as the one corresponding to the secret id in the path - The response body will contain t… - [Delete a secret from an application](https://www.qovery.com/docs/api-reference/application-secret/delete-a-secret-from-an-application.md): - To delete a secret you must have the project user permission - You can't delete a BUILT_IN secret - If you delete a secret having override or alias, the associated override/alias will be deleted as well - [Edit a secret belonging to the application](https://www.qovery.com/docs/api-reference/application-secret/edit-a-secret-belonging-to-the-application.md): - You can't edit a BUILT_IN secret - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION) - [List application secrets](https://www.qovery.com/docs/api-reference/application-secret/list-application-secrets.md): Secrets are like environment variables, but they are secured and can't be revealed. - [Clone application](https://www.qovery.com/docs/api-reference/applications/clone-application.md): This will create a new application with the same configuration on the targeted environment Id. - [Create an application](https://www.qovery.com/docs/api-reference/applications/create-an-application.md) - [List all environment applications statuses](https://www.qovery.com/docs/api-reference/applications/list-all-environment-applications-statuses.md): Returns a list of applications with only their id and status. - [List applications](https://www.qovery.com/docs/api-reference/applications/list-applications.md) - [List default application advanced settings](https://www.qovery.com/docs/api-reference/applications/list-default-application-advanced-settings.md): Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/) - [Check ArgoCD connection](https://www.qovery.com/docs/api-reference/argocd/check-argocd-connection.md): Test an ArgoCD URL and token before saving. The cluster agent attempts to connect to ArgoCD and returns the connection result. Always returns HTTP 200 — check the `status` field for the connection outcome. Requires ADMIN role. - [Delete ArgoCD credentials for a cluster](https://www.qovery.com/docs/api-reference/argocd/delete-argocd-credentials-for-a-cluster.md): Remove the stored ArgoCD configuration for a cluster. Requires ADMIN role. - [Get ArgoCD app by ID](https://www.qovery.com/docs/api-reference/argocd/get-argocd-app-by-id.md) - [Get ArgoCD credentials for a cluster](https://www.qovery.com/docs/api-reference/argocd/get-argocd-credentials-for-a-cluster.md): Retrieve the stored ArgoCD configuration for a cluster. The token is always returned as REDACTED. Requires VIEWER role. - [List ArgoCD instance mappings for an organization](https://www.qovery.com/docs/api-reference/argocd/list-argocd-instance-mappings-for-an-organization.md): Returns one entry per ArgoCD agent cluster that has credentials configured. Each entry lists linked clusters and unlinked clusters. Requires VIEWER role. - [Save an ArgoCD destination cluster mapping](https://www.qovery.com/docs/api-reference/argocd/save-an-argocd-destination-cluster-mapping.md): Map an ArgoCD destination cluster URL to a Qovery cluster for a given agent cluster. If a mapping for the same (agentClusterId, argocdClusterUrl) already exists, it is updated. Requires ADMIN role on the agent cluster. - [Save ArgoCD credentials for a cluster](https://www.qovery.com/docs/api-reference/argocd/save-argocd-credentials-for-a-cluster.md): Save or update the ArgoCD URL and authentication token for a cluster. Requires ADMIN role. - [API Authentication](https://www.qovery.com/docs/api-reference/authentication.md): Learn how to authenticate with the Qovery API - [Add a backup to the Database ](https://www.qovery.com/docs/api-reference/backups/add-a-backup-to-the-database.md) - [List database backups](https://www.qovery.com/docs/api-reference/backups/list-database-backups.md): By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter - [Remove database backup](https://www.qovery.com/docs/api-reference/backups/remove-database-backup.md) - [Add credit card](https://www.qovery.com/docs/api-reference/billing/add-credit-card.md) - [Add credit code](https://www.qovery.com/docs/api-reference/billing/add-credit-code.md) - [Change organization plan](https://www.qovery.com/docs/api-reference/billing/change-organization-plan.md) - [Delete credit card](https://www.qovery.com/docs/api-reference/billing/delete-credit-card.md) - [Download all invoices](https://www.qovery.com/docs/api-reference/billing/download-all-invoices.md) - [Edit Organization Billing Info](https://www.qovery.com/docs/api-reference/billing/edit-organization-billing-info.md) - [Generate organization billing usage report](https://www.qovery.com/docs/api-reference/billing/generate-organization-billing-usage-report.md) - [Get cluster current cost](https://www.qovery.com/docs/api-reference/billing/get-cluster-current-cost.md): Get your cluster cost range. We are unable to give a precise cost of your infrastructure at the moment. But Qovery guarantees that the cost of your cluster will not exceed the max range. - [Get invoice link](https://www.qovery.com/docs/api-reference/billing/get-invoice-link.md): This will return URL of the invoice PDF - [Get organization billing external ID](https://www.qovery.com/docs/api-reference/billing/get-organization-billing-external-id.md): This endpoint returns the external ID of the organization's billing account - [Get organization billing info](https://www.qovery.com/docs/api-reference/billing/get-organization-billing-info.md) - [Get organization billing status](https://www.qovery.com/docs/api-reference/billing/get-organization-billing-status.md): This endpoint returns a "is_valid" boolean field reflecting the billing status of the organization: - If true, the organization billing is valid - For Startup organization, it returns false if there is at least 1 invoice unpaid since 1 week - For Community organization, it returns false if there is… - [Get organization current cost](https://www.qovery.com/docs/api-reference/billing/get-organization-current-cost.md) - [Get organization invoice](https://www.qovery.com/docs/api-reference/billing/get-organization-invoice.md) - [List organization credit cards](https://www.qovery.com/docs/api-reference/billing/list-organization-credit-cards.md) - [List organization invoices](https://www.qovery.com/docs/api-reference/billing/list-organization-invoices.md) - [Create AWS credentials set](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/create-aws-credentials-set.md) - [Create Azure credentials set](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/create-azure-credentials-set.md) - [Create GCP credentials set](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/create-gcp-credentials-set.md) - [Create OnPremise credentials set](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/create-onpremise-credentials-set.md) - [Create Scaleway credentials set](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/create-scaleway-credentials-set.md) - [Delete a set of AWS credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/delete-a-set-of-aws-credentials.md) - [Delete a set of Azure credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/delete-a-set-of-azure-credentials.md) - [Delete a set of GCP credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/delete-a-set-of-gcp-credentials.md) - [Delete a set of OnPremise credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/delete-a-set-of-onpremise-credentials.md) - [Delete a set of Scaleway credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/delete-a-set-of-scaleway-credentials.md) - [Edit a set of AWS credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/edit-a-set-of-aws-credentials.md) - [Edit a set of Azure credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/edit-a-set-of-azure-credentials.md) - [Edit a set of GCP credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/edit-a-set-of-gcp-credentials.md) - [Edit a set of OnPremise credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/edit-a-set-of-onpremise-credentials.md) - [Edit a set of Scaleway credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/edit-a-set-of-scaleway-credentials.md) - [Get a set of AWS credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/get-a-set-of-aws-credentials.md) - [Get a set of Azure credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/get-a-set-of-azure-credentials.md) - [Get a set of GCP credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/get-a-set-of-gcp-credentials.md) - [Get a set of OnPremise credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/get-a-set-of-onpremise-credentials.md) - [Get a set of Scaleway credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/get-a-set-of-scaleway-credentials.md) - [List AWS credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/list-aws-credentials.md) - [List Azure credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/list-azure-credentials.md) - [List GCP credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/list-gcp-credentials.md) - [List OnPremise credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/list-onpremise-credentials.md) - [List Scaleway credentials](https://www.qovery.com/docs/api-reference/cloud-provider-credentials/list-scaleway-credentials.md) - [List AWS available instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-aws-available-instance-types.md) - [List AWS available managed database instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-aws-available-managed-database-instance-types.md) - [List AWS available managed database types](https://www.qovery.com/docs/api-reference/cloud-provider/list-aws-available-managed-database-types.md) - [List AWS EKS available instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-aws-eks-available-instance-types.md) - [List AWS features available](https://www.qovery.com/docs/api-reference/cloud-provider/list-aws-features-available.md) - [List AWS regions](https://www.qovery.com/docs/api-reference/cloud-provider/list-aws-regions.md) - [List Azure AKS available instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-azure-aks-available-instance-types.md) - [List Azure features available](https://www.qovery.com/docs/api-reference/cloud-provider/list-azure-features-available.md) - [List Azure regions](https://www.qovery.com/docs/api-reference/cloud-provider/list-azure-regions.md) - [List Cloud providers available](https://www.qovery.com/docs/api-reference/cloud-provider/list-cloud-providers-available.md) - [List GCP features available](https://www.qovery.com/docs/api-reference/cloud-provider/list-gcp-features-available.md) - [List GCP GKE available instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-gcp-gke-available-instance-types.md) - [List GCP regions](https://www.qovery.com/docs/api-reference/cloud-provider/list-gcp-regions.md) - [List Scaleway available instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-scaleway-available-instance-types.md) - [List Scaleway available managed database types](https://www.qovery.com/docs/api-reference/cloud-provider/list-scaleway-available-managed-database-types.md) - [List Scaleway features available](https://www.qovery.com/docs/api-reference/cloud-provider/list-scaleway-features-available.md) - [List Scaleway Kapsule available instance types](https://www.qovery.com/docs/api-reference/cloud-provider/list-scaleway-kapsule-available-instance-types.md) - [List Scaleway regions](https://www.qovery.com/docs/api-reference/cloud-provider/list-scaleway-regions.md) - [Create a cluster](https://www.qovery.com/docs/api-reference/clusters/create-a-cluster.md) - [Delete a cluster](https://www.qovery.com/docs/api-reference/clusters/delete-a-cluster.md) - [Deploy a cluster](https://www.qovery.com/docs/api-reference/clusters/deploy-a-cluster.md): allows to deploy a cluster - [Edit a cluster](https://www.qovery.com/docs/api-reference/clusters/edit-a-cluster.md) - [Edit advanced settings](https://www.qovery.com/docs/api-reference/clusters/edit-advanced-settings.md): Edit advanced settings by returning table of advanced settings. - [Edit cluster kubeconfig](https://www.qovery.com/docs/api-reference/clusters/edit-cluster-kubeconfig.md) - [Edit routing table](https://www.qovery.com/docs/api-reference/clusters/edit-routing-table.md): Edit routing table by returning updated table. - [Fetch cluster logs](https://www.qovery.com/docs/api-reference/clusters/fetch-cluster-logs.md): Fetch cluster logs - [Fetch cluster metrics](https://www.qovery.com/docs/api-reference/clusters/fetch-cluster-metrics.md): Fetch cluster metrics. - [Get advanced settings](https://www.qovery.com/docs/api-reference/clusters/get-advanced-settings.md): Get the list and values of the advanced settings of the cluster. Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/cluster-advanced-settings/) - [Get cluster cloud provider info and credentials](https://www.qovery.com/docs/api-reference/clusters/get-cluster-cloud-provider-info-and-credentials.md) - [Get cluster helm values for self managed installation](https://www.qovery.com/docs/api-reference/clusters/get-cluster-helm-values-for-self-managed-installation.md) - [Get cluster kubeconfig](https://www.qovery.com/docs/api-reference/clusters/get-cluster-kubeconfig.md) - [Get cluster status](https://www.qovery.com/docs/api-reference/clusters/get-cluster-status.md) - [Get latest EKS Anywhere cluster JWT](https://www.qovery.com/docs/api-reference/clusters/get-latest-eks-anywhere-cluster-jwt.md): Returns the latest valid JWT currently used for engine deployments for the specified EKS Anywhere cluster. - [Get routing table](https://www.qovery.com/docs/api-reference/clusters/get-routing-table.md): Retrieve network routing table where each line corresponds to a route between a destination and a target. - [Know if a cluster is ready to be deployed or not](https://www.qovery.com/docs/api-reference/clusters/know-if-a-cluster-is-ready-to-be-deployed-or-not.md) - [List all clusters statuses](https://www.qovery.com/docs/api-reference/clusters/list-all-clusters-statuses.md): Returns a list of clusters with only their id and status. - [List Cluster Kubernetes Events](https://www.qovery.com/docs/api-reference/clusters/list-cluster-kubernetes-events.md): List Cluster Kubernetes Events - [List Cluster Logs](https://www.qovery.com/docs/api-reference/clusters/list-cluster-logs.md): List Cluster Logs - [List default cluster advanced settings](https://www.qovery.com/docs/api-reference/clusters/list-default-cluster-advanced-settings.md): Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/cluster-advanced-settings/) - [List EKS Anywhere commits](https://www.qovery.com/docs/api-reference/clusters/list-eks-anywhere-commits.md): Returns list of the last commits made on the repository linked to the EKS Anywhere cluster, filtered by the targeted YAML file when supported by provider. - [List environments services by cluster id](https://www.qovery.com/docs/api-reference/clusters/list-environments-services-by-cluster-id.md) - [List organization clusters](https://www.qovery.com/docs/api-reference/clusters/list-organization-clusters.md) - [Lock Cluster](https://www.qovery.com/docs/api-reference/clusters/lock-cluster.md): Lock a Cluster - [Specify cluster cloud provider info and credentials](https://www.qovery.com/docs/api-reference/clusters/specify-cluster-cloud-provider-info-and-credentials.md) - [Stop cluster](https://www.qovery.com/docs/api-reference/clusters/stop-cluster.md): Cluster stop has been requester. - [Unlock Cluster](https://www.qovery.com/docs/api-reference/clusters/unlock-cluster.md): Unlock a cluster - [Update karpenter private fargate subnet ids](https://www.qovery.com/docs/api-reference/clusters/update-karpenter-private-fargate-subnet-ids.md): Update karpenter private fargate subnet ids - [Update selected EKS Anywhere commit](https://www.qovery.com/docs/api-reference/clusters/update-selected-eks-anywhere-commit.md): Persist selected commit for an EKS Anywhere cluster. - [Upgrade a cluster](https://www.qovery.com/docs/api-reference/clusters/upgrade-a-cluster.md): allows to upgrade a cluster to next available kubernetes version - [Deploy container](https://www.qovery.com/docs/api-reference/container-actions/deploy-container.md): You must provide a container image tag - [Reboot container](https://www.qovery.com/docs/api-reference/container-actions/reboot-container.md) - [Redeploy container](https://www.qovery.com/docs/api-reference/container-actions/redeploy-container.md) - [Stop container](https://www.qovery.com/docs/api-reference/container-actions/stop-container.md) - [Uninstall container](https://www.qovery.com/docs/api-reference/container-actions/uninstall-container.md): Delete the resources of the container but keep Qovery configuration - [Edit advanced settings](https://www.qovery.com/docs/api-reference/container-configuration/edit-advanced-settings.md): Edit advanced settings by returning table of advanced settings. - [Edit Container Network](https://www.qovery.com/docs/api-reference/container-configuration/edit-container-network.md): Edit the Network settings of the container. - [Get advanced settings](https://www.qovery.com/docs/api-reference/container-configuration/get-advanced-settings.md): Get list and values of the advanced settings of the container. Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/) - [Get Container Network information](https://www.qovery.com/docs/api-reference/container-configuration/get-container-network-information.md): Get status of the container network settings. - [Add custom domain to the container.](https://www.qovery.com/docs/api-reference/container-custom-domain/add-custom-domain-to-the-container.md): Add a custom domain to this container in order not to use qovery autogenerated domain - [Check Container Custom Domain](https://www.qovery.com/docs/api-reference/container-custom-domain/check-container-custom-domain.md) - [Delete a Custom Domain](https://www.qovery.com/docs/api-reference/container-custom-domain/delete-a-custom-domain.md): To delete an CustomDomain you must have the project user permission - [Edit a Custom Domain](https://www.qovery.com/docs/api-reference/container-custom-domain/edit-a-custom-domain.md): To edit a Custom Domain you must have the project user permission - [Get Custom Domain status](https://www.qovery.com/docs/api-reference/container-custom-domain/get-custom-domain-status.md) - [List container custom domains](https://www.qovery.com/docs/api-reference/container-custom-domain/list-container-custom-domains.md) - [List container deployments](https://www.qovery.com/docs/api-reference/container-deployment-history/list-container-deployments.md): Returns the 20 last container deployments - [List container deployments](https://www.qovery.com/docs/api-reference/container-deployment-history/list-container-deployments-1.md): Returns the 20 last container deployments - [Add an environment variable to the container](https://www.qovery.com/docs/api-reference/container-environment-variable/add-an-environment-variable-to-the-container.md): - Add an environment variable to the container. - [Create an environment variable alias at the container level](https://www.qovery.com/docs/api-reference/container-environment-variable/create-an-environment-variable-alias-at-the-container-level.md): - Allows you to add an alias at container level on an existing environment variable having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new environment variable at container level with the same value as the one correspon… - [Create an environment variable override at the container level](https://www.qovery.com/docs/api-reference/container-environment-variable/create-an-environment-variable-override-at-the-container-level.md): - Allows you to override at container level an environment variable that has a higher scope. - You only have to specify a value in the request body - The system will create a new environment variable at container level with the same key as the one corresponding to the variable id in the path - The r… - [Delete an environment variable from a container](https://www.qovery.com/docs/api-reference/container-environment-variable/delete-an-environment-variable-from-a-container.md): - To delete an environment variable from an container you must have the project user permission - You can't delete a BUILT_IN variable - If you delete a variable having override or alias, the associated override/alias will be deleted as well - [Edit an environment variable belonging to the container](https://www.qovery.com/docs/api-reference/container-environment-variable/edit-an-environment-variable-belonging-to-the-container.md): - You can't edit a BUILT_IN variable - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER) - [Import variables](https://www.qovery.com/docs/api-reference/container-environment-variable/import-variables.md): Import environment variables in a defined scope, with a defined visibility. - [List environment variables](https://www.qovery.com/docs/api-reference/container-environment-variable/list-environment-variables.md) - [List logs](https://www.qovery.com/docs/api-reference/container-logs/list-logs.md): This will list the last 1000 logs of the container - [Delete container](https://www.qovery.com/docs/api-reference/container-main-calls/delete-container.md): To delete the container you must have the admin permission - [Edit container](https://www.qovery.com/docs/api-reference/container-main-calls/edit-container.md): - To edit the container you must have the admin permission. - For port edition, if you provide a port id, we will update the corresponding port. If you don't we will create a new one. If you remove a port from the payload, we will delete it. - For storage edition, if you provide a storage id, we wil… - [Get container by ID](https://www.qovery.com/docs/api-reference/container-main-calls/get-container-by-id.md) - [Get container status](https://www.qovery.com/docs/api-reference/container-main-calls/get-container-status.md) - [List all URLs of the container](https://www.qovery.com/docs/api-reference/container-main-calls/list-all-urls-of-the-container.md): This will return all the custom domains and Qovery autogenerated domain for the given container - [Create a container registry](https://www.qovery.com/docs/api-reference/container-registries/create-a-container-registry.md) - [Delete a container registry](https://www.qovery.com/docs/api-reference/container-registries/delete-a-container-registry.md) - [Edit a container registry](https://www.qovery.com/docs/api-reference/container-registries/edit-a-container-registry.md) - [Get a container registry](https://www.qovery.com/docs/api-reference/container-registries/get-a-container-registry.md) - [List image version for a container registry](https://www.qovery.com/docs/api-reference/container-registries/list-image-version-for-a-container-registry.md) - [List organization container registries](https://www.qovery.com/docs/api-reference/container-registries/list-organization-container-registries.md) - [List supported container registries](https://www.qovery.com/docs/api-reference/container-registries/list-supported-container-registries.md): List supported container registries by Qovery and get the mandatory authentification configuration. - [Add a secret to the container](https://www.qovery.com/docs/api-reference/container-secret/add-a-secret-to-the-container.md): - Add a secret to the container. - [Create a secret alias at the container level](https://www.qovery.com/docs/api-reference/container-secret/create-a-secret-alias-at-the-container-level.md): - Allows you to add an alias at container level on an existing secret having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new secret at container level with the same value as the one corresponding to the secret id in the… - [Create a secret override at the container level](https://www.qovery.com/docs/api-reference/container-secret/create-a-secret-override-at-the-container-level.md): - Allows you to override at container level a secret that has a higher scope. - You only have to specify a value in the request body - The system will create a new secret at container level with the same key as the one corresponding to the secret id in the path - The response body will contain the n… - [Delete a secret from an container](https://www.qovery.com/docs/api-reference/container-secret/delete-a-secret-from-an-container.md): - To delete a secret you must have the project user permission - You can't delete a BUILT_IN secret - If you delete a secret having override or alias, the associated override/alias will be deleted as well - [Edit a secret belonging to the container](https://www.qovery.com/docs/api-reference/container-secret/edit-a-secret-belonging-to-the-container.md): - You can't edit a BUILT_IN secret - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER) - [List container secrets](https://www.qovery.com/docs/api-reference/container-secret/list-container-secrets.md): Secrets are like environment variables, but they are secured and can't be revealed. - [Auto deploy containers](https://www.qovery.com/docs/api-reference/containers/auto-deploy-containers.md): Triggers a new container deploy in each environment matching the following conditions - environment should have the auto-deploy enabled - the container should have the same image name and a different tag - [Clone container](https://www.qovery.com/docs/api-reference/containers/clone-container.md): This will create a new container with the same configuration on the targeted environment Id. - [Create a container](https://www.qovery.com/docs/api-reference/containers/create-a-container.md) - [List all container registry container statuses](https://www.qovery.com/docs/api-reference/containers/list-all-container-registry-container-statuses.md): Returns a list of containers with only their id and status. - [List all environment container statuses](https://www.qovery.com/docs/api-reference/containers/list-all-environment-container-statuses.md): Returns a list of containers with only their id and status. - [List containers](https://www.qovery.com/docs/api-reference/containers/list-containers.md) - [List default container advanced settings](https://www.qovery.com/docs/api-reference/containers/list-default-container-advanced-settings.md): Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/) - [Preview container environments](https://www.qovery.com/docs/api-reference/containers/preview-container-environments.md): Triggers a new container preview for each environment matching the following conditions - preview environment feature should be enabled for the container - the container should have the same image name and a different tag - [Deploy database ](https://www.qovery.com/docs/api-reference/database-actions/deploy-database.md) - [Redeploy database](https://www.qovery.com/docs/api-reference/database-actions/redeploy-database.md) - [Retart database](https://www.qovery.com/docs/api-reference/database-actions/retart-database.md) - [Stop database](https://www.qovery.com/docs/api-reference/database-actions/stop-database.md) - [Uninstall database](https://www.qovery.com/docs/api-reference/database-actions/uninstall-database.md) - [List applications using the database](https://www.qovery.com/docs/api-reference/database-application/list-applications-using-the-database.md) - [Remove an application from this database ](https://www.qovery.com/docs/api-reference/database-application/remove-an-application-from-this-database.md) - [List database deploys](https://www.qovery.com/docs/api-reference/database-deployment-history/list-database-deploys.md): By default it returns the 20 last results. The response is paginated. - [List database deploys](https://www.qovery.com/docs/api-reference/database-deployment-history/list-database-deploys-1.md): By default it returns the 20 last results. The response is paginated. - [Delete a database ](https://www.qovery.com/docs/api-reference/database-main-calls/delete-a-database.md): To delete a database you must have the admin permission - [Edit a database ](https://www.qovery.com/docs/api-reference/database-main-calls/edit-a-database.md): To edit a database you must have the admin permission - [Edit database master credentials](https://www.qovery.com/docs/api-reference/database-main-calls/edit-database-master-credentials.md) - [Get database by ID](https://www.qovery.com/docs/api-reference/database-main-calls/get-database-by-id.md) - [Get database status](https://www.qovery.com/docs/api-reference/database-main-calls/get-database-status.md) - [Get master credentials of the database](https://www.qovery.com/docs/api-reference/database-main-calls/get-master-credentials-of-the-database.md) - [List eligible versions for the database](https://www.qovery.com/docs/api-reference/database-main-calls/list-eligible-versions-for-the-database.md) - [Clone database](https://www.qovery.com/docs/api-reference/databases/clone-database.md): This will create a new database with the same configuration on the targeted environment Id. - [Create a database](https://www.qovery.com/docs/api-reference/databases/create-a-database.md) - [List all environment databases statuses](https://www.qovery.com/docs/api-reference/databases/list-all-environment-databases-statuses.md): Returns a list of databases with only their id and status. - [List eligible database types, versions and modes for the environment](https://www.qovery.com/docs/api-reference/databases/list-eligible-database-types-versions-and-modes-for-the-environment.md) - [List environment databases](https://www.qovery.com/docs/api-reference/databases/list-environment-databases.md) - [Cancel deployment request](https://www.qovery.com/docs/api-reference/deployment-queue-actions/cancel-deployment-request.md): Cancel the a deployment request. - [Attach service to deployment stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/attach-service-to-deployment-stage.md): Moves the service to the specified deployment stage. To skip a service from environment-level deployments while keeping it in its current stage, set `is_skipped: true` in the request body. Moving the service to a different stage automatically un-skips it (sets `is_skipped: false`). - [Create environment deployment stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/create-environment-deployment-stage.md) - [Delete deployment stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/delete-deployment-stage.md) - [Edit deployment stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/edit-deployment-stage.md) - [Get Deployment Stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/get-deployment-stage.md) - [Get Service Deployment Stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/get-service-deployment-stage.md) - [List environment deployment stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/list-environment-deployment-stage.md) - [Move deployment stage after requested stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/move-deployment-stage-after-requested-stage.md) - [Move deployment stage before requested stage](https://www.qovery.com/docs/api-reference/deployment-stage-main-calls/move-deployment-stage-before-requested-stage.md) - [Cancel environment deployment](https://www.qovery.com/docs/api-reference/environment-actions/cancel-environment-deployment.md): Cancel the current deployment of your environment. - [Clean failed jobs within an environment](https://www.qovery.com/docs/api-reference/environment-actions/clean-failed-jobs-within-an-environment.md) - [Clone environment](https://www.qovery.com/docs/api-reference/environment-actions/clone-environment.md): You must provide a name. This will create a new environment, with the same configuration, and same applications and databases. Database data is not cloned. - [Delete services](https://www.qovery.com/docs/api-reference/environment-actions/delete-services.md): Delete selected services - [Deploy environment](https://www.qovery.com/docs/api-reference/environment-actions/deploy-environment.md): This will deploy all the services of this environment to their latest version. - [Deploy services](https://www.qovery.com/docs/api-reference/environment-actions/deploy-services.md): Update and deploy the selected services - [Reboot services](https://www.qovery.com/docs/api-reference/environment-actions/reboot-services.md): Update and reboot the selected services - [Redeploy environment](https://www.qovery.com/docs/api-reference/environment-actions/redeploy-environment.md) - [Stop environment](https://www.qovery.com/docs/api-reference/environment-actions/stop-environment.md) - [Stop services](https://www.qovery.com/docs/api-reference/environment-actions/stop-services.md): Stop selected services - [Uninstall environment](https://www.qovery.com/docs/api-reference/environment-actions/uninstall-environment.md): This will uninstall all the services of this environment. - [Uninstall services](https://www.qovery.com/docs/api-reference/environment-actions/uninstall-services.md): uninstall selected services - [Generate a Grafana snapshot report showing build runner pod usage for a specific deployment](https://www.qovery.com/docs/api-reference/environment-deployment-history/generate-a-grafana-snapshot-report-showing-build-runner-pod-usage-for-a-specific-deployment.md): Generate a Grafana snapshot report that shows the resource usage (CPU, memory) of build runner pods for a specific deployment execution. The report is publicly accessible for the specified duration. - [List environment deployments](https://www.qovery.com/docs/api-reference/environment-deployment-history/list-environment-deployments.md): List previous and current environment deployments with the status deployment and the related services. By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter - [List environment deployments](https://www.qovery.com/docs/api-reference/environment-deployment-history/list-environment-deployments-1.md): List previous and current environment deployments with the status deployment and the related services. By default it returns the 20 last results. The response is paginated. In order to request the next page, you can use the startId query parameter - [Edit an environment deployment rule](https://www.qovery.com/docs/api-reference/environment-deployment-rule/edit-an-environment-deployment-rule.md) - [Get environment deployment rule](https://www.qovery.com/docs/api-reference/environment-deployment-rule/get-environment-deployment-rule.md) - [Export full environment and its resources into Terraform manifests](https://www.qovery.com/docs/api-reference/environment-export/export-full-environment-and-its-resources-into-terraform-manifests.md) - [List environment deployment logs](https://www.qovery.com/docs/api-reference/environment-logs/list-environment-deployment-logs.md): This returns the last 1000 environment deployment logs. - [List environment deployment logs v2](https://www.qovery.com/docs/api-reference/environment-logs/list-environment-deployment-logs-v2.md): This returns the last 1000 environment deployment logs v2 - [Delete an environment](https://www.qovery.com/docs/api-reference/environment-main-calls/delete-an-environment.md): To delete an environment you must have the admin permission - [Edit an environment](https://www.qovery.com/docs/api-reference/environment-main-calls/edit-an-environment.md): To edit an environment you must have the admin permission - [Get environment by ID](https://www.qovery.com/docs/api-reference/environment-main-calls/get-environment-by-id.md) - [Get environment status](https://www.qovery.com/docs/api-reference/environment-main-calls/get-environment-status.md) - [Get environment statuses with services status](https://www.qovery.com/docs/api-reference/environment-main-calls/get-environment-statuses-with-services-status.md) - [Get environment statuses with stages](https://www.qovery.com/docs/api-reference/environment-main-calls/get-environment-statuses-with-stages.md) - [List Deployment Queue Request By EnvironmentId](https://www.qovery.com/docs/api-reference/environment-main-calls/list-deployment-queue-request-by-environmentid.md) - [List Deployment Queue Request By ServiceId](https://www.qovery.com/docs/api-reference/environment-main-calls/list-deployment-queue-request-by-serviceid.md) - [List Services By EnvironmentId](https://www.qovery.com/docs/api-reference/environment-main-calls/list-services-by-environmentid.md) - [Add a secret to the environment](https://www.qovery.com/docs/api-reference/environment-secret/add-a-secret-to-the-environment.md): - Add a secret to the environment. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias. - [Create a secret alias at the environment level](https://www.qovery.com/docs/api-reference/environment-secret/create-a-secret-alias-at-the-environment-level.md): - Allows you to add an alias at environment level on an existing secret having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new secret at environment level with the same value as the one corresponding to the secret id in… - [Create a secret override at the environment level](https://www.qovery.com/docs/api-reference/environment-secret/create-a-secret-override-at-the-environment-level.md): - Allows you to override at environment level a secret that has a higher scope. - You only have to specify a value in the request body - The system will create a new secret at environment level with the same key as the one corresponding to the secret id in the path - The response body will contain t… - [Delete a secret from the environment](https://www.qovery.com/docs/api-reference/environment-secret/delete-a-secret-from-the-environment.md): - To delete a secret you must have the project user permission - You can't delete a BUILT_IN secret - If you delete a secret having override or alias, the associated override/alias will be deleted as well operationId: deleteEnvironmentSecret - [Edit a secret belonging to the environment](https://www.qovery.com/docs/api-reference/environment-secret/edit-a-secret-belonging-to-the-environment.md): - You can't edit a BUILT_IN secret - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION) - [List environment secrets](https://www.qovery.com/docs/api-reference/environment-secret/list-environment-secrets.md) - [Add an environment variable to the environment](https://www.qovery.com/docs/api-reference/environment-variable/add-an-environment-variable-to-the-environment.md): - Add an environment variable to the environment. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias. - [Create an environment variable alias at the environment level](https://www.qovery.com/docs/api-reference/environment-variable/create-an-environment-variable-alias-at-the-environment-level.md): - Allows you to add an alias at environment level on an existing environment variable having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new environment variable at environment level with the same value as the one corre… - [Create an environment variable override at the environment level](https://www.qovery.com/docs/api-reference/environment-variable/create-an-environment-variable-override-at-the-environment-level.md): - Allows you to override at environment level an environment variable that has a higher scope. - You only have to specify a value in the request body - The system will create a new environment variable at environment level with the same key as the one corresponding to the variable id in the path - T… - [Delete an environment variable from an environment](https://www.qovery.com/docs/api-reference/environment-variable/delete-an-environment-variable-from-an-environment.md): - To delete an environment variable you must have the project user permission - You can't delete a BUILT_IN variable - If you delete a variable having override or alias, the associated override/alias will be deleted as well - [Edit an environment variable belonging to the environment](https://www.qovery.com/docs/api-reference/environment-variable/edit-an-environment-variable-belonging-to-the-environment.md): - You can't edit a BUILT_IN variable - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION) - [List environment variables](https://www.qovery.com/docs/api-reference/environment-variable/list-environment-variables.md) - [Check container image configuration is correct](https://www.qovery.com/docs/api-reference/environment/check-container-image-configuration-is-correct.md) - [Check dockerfile configuration is correct](https://www.qovery.com/docs/api-reference/environment/check-dockerfile-configuration-is-correct.md) - [Check git file configuration is correct](https://www.qovery.com/docs/api-reference/environment/check-git-file-configuration-is-correct.md) - [Check helm repository configuration is correct](https://www.qovery.com/docs/api-reference/environment/check-helm-repository-configuration-is-correct.md) - [List environment services links](https://www.qovery.com/docs/api-reference/environment/list-environment-services-links.md): List services links of an environment - [Create an environment](https://www.qovery.com/docs/api-reference/environments/create-an-environment.md) - [List environments](https://www.qovery.com/docs/api-reference/environments/list-environments.md) - [List environments overview](https://www.qovery.com/docs/api-reference/environments/list-environments-overview.md): Returns a list of environments with their overview information including deployment status, service count, and cluster details. - [List environments statuses](https://www.qovery.com/docs/api-reference/environments/list-environments-statuses.md): Returns a list of environments with only their id and status. - [List total number of services for each environment of the project](https://www.qovery.com/docs/api-reference/environments/list-total-number-of-services-for-each-environment-of-the-project.md): Returns a list of environment ids, and for each its total numberof services - [API Examples](https://www.qovery.com/docs/api-reference/examples.md): Practical examples for using the Qovery API - [Get cluster token by clusterId](https://www.qovery.com/docs/api-reference/get-cluster-token-by-clusterid.md) - [Get Deployment Status By DeploymentRequestId](https://www.qovery.com/docs/api-reference/get-deployment-status-by-deploymentrequestid.md) - [Get bitbucket branches of the specified repository](https://www.qovery.com/docs/api-reference/git-repositories/get-bitbucket-branches-of-the-specified-repository.md) - [Get bitbucket repositories of the connected user](https://www.qovery.com/docs/api-reference/git-repositories/get-bitbucket-repositories-of-the-connected-user.md) - [Get git provider accounts](https://www.qovery.com/docs/api-reference/git-repositories/get-git-provider-accounts.md) - [Get github branches of the specified repository](https://www.qovery.com/docs/api-reference/git-repositories/get-github-branches-of-the-specified-repository.md) - [Get github repositories of the connected user](https://www.qovery.com/docs/api-reference/git-repositories/get-github-repositories-of-the-connected-user.md) - [Get gitlab branches of the specified repository](https://www.qovery.com/docs/api-reference/git-repositories/get-gitlab-branches-of-the-specified-repository.md) - [Get gitlab repositories of the connected user](https://www.qovery.com/docs/api-reference/git-repositories/get-gitlab-repositories-of-the-connected-user.md) - [List directories from a git repository](https://www.qovery.com/docs/api-reference/git-repositories/list-directories-from-a-git-repository.md): List immediate subdirectories at a specified path in a git repository. This endpoint is used when creating Terraform services to help users browse and select the appropriate root path. - [Connect a github account to an organization](https://www.qovery.com/docs/api-reference/github-app/connect-a-github-account-to-an-organization.md) - [Disconnect a github account from an organization](https://www.qovery.com/docs/api-reference/github-app/disconnect-a-github-account-from-an-organization.md) - [Deploy helm](https://www.qovery.com/docs/api-reference/helm-actions/deploy-helm.md): You must provide a git commit id or a helm version depending on the source location of your code (git vs helm repository). - [Redeploy helm](https://www.qovery.com/docs/api-reference/helm-actions/redeploy-helm.md) - [Stop helm](https://www.qovery.com/docs/api-reference/helm-actions/stop-helm.md) - [Uninstall helm](https://www.qovery.com/docs/api-reference/helm-actions/uninstall-helm.md): Delete the resources of the helm but keep Qovery configuration - [Edit advanced settings](https://www.qovery.com/docs/api-reference/helm-configuration/edit-advanced-settings.md): Edit advanced settings by returning table of advanced settings. - [Get advanced settings](https://www.qovery.com/docs/api-reference/helm-configuration/get-advanced-settings.md): Get list and values of the advanced settings of the helm. - [Add custom domain to the helm.](https://www.qovery.com/docs/api-reference/helm-custom-domain/add-custom-domain-to-the-helm.md): Add a custom domain to this helm in order not to use qovery autogenerated domain - [Check Helm Custom Domain](https://www.qovery.com/docs/api-reference/helm-custom-domain/check-helm-custom-domain.md) - [Delete a Custom Domain](https://www.qovery.com/docs/api-reference/helm-custom-domain/delete-a-custom-domain.md): To delete an CustomDomain you must have the project user permission - [Edit a Custom Domain](https://www.qovery.com/docs/api-reference/helm-custom-domain/edit-a-custom-domain.md): To edit a Custom Domain you must have the project user permission - [Get a Custom Domain](https://www.qovery.com/docs/api-reference/helm-custom-domain/get-a-custom-domain.md): Get a custom domain - [List helm custom domains](https://www.qovery.com/docs/api-reference/helm-custom-domain/list-helm-custom-domains.md): List the custom domains of this helm - [List helm deployments](https://www.qovery.com/docs/api-reference/helm-deployment-history/list-helm-deployments.md): Returns the 20 last helm deployments - [List helm deployments](https://www.qovery.com/docs/api-reference/helm-deployment-history/list-helm-deployments-1.md): Returns the 20 last helm deployments - [Create a helm deployment restriction](https://www.qovery.com/docs/api-reference/helm-deployment-restriction/create-a-helm-deployment-restriction.md): Create a helm deployment restriction - [Delete a helm deployment restriction](https://www.qovery.com/docs/api-reference/helm-deployment-restriction/delete-a-helm-deployment-restriction.md): Delete a helm deployment restriction - [Edit a helm deployment restriction](https://www.qovery.com/docs/api-reference/helm-deployment-restriction/edit-a-helm-deployment-restriction.md): Edit a helm deployment restriction - [Get helm deployment restrictions](https://www.qovery.com/docs/api-reference/helm-deployment-restriction/get-helm-deployment-restrictions.md): Get helm deployment restrictions - [Delete helm](https://www.qovery.com/docs/api-reference/helm-main-calls/delete-helm.md): To delete the helm you must have the admin permission - [Edit helm](https://www.qovery.com/docs/api-reference/helm-main-calls/edit-helm.md): - To edit the helm you must have the admin permission. - [Get helm by ID](https://www.qovery.com/docs/api-reference/helm-main-calls/get-helm-by-id.md) - [Get helm kubernetes services](https://www.qovery.com/docs/api-reference/helm-main-calls/get-helm-kubernetes-services.md): Get helm kubernetes services - [Get helm status](https://www.qovery.com/docs/api-reference/helm-main-calls/get-helm-status.md) - [List all URLs of the helm](https://www.qovery.com/docs/api-reference/helm-main-calls/list-all-urls-of-the-helm.md): This will return all the custom domains and Qovery autogenerated domain for the given helm - [List last helm commits](https://www.qovery.com/docs/api-reference/helm-main-calls/list-last-helm-commits.md): Returns list of the last 100 commits made on the repository linked to helm - [Create a helm repository](https://www.qovery.com/docs/api-reference/helm-repositories/create-a-helm-repository.md) - [Delete a helm repository](https://www.qovery.com/docs/api-reference/helm-repositories/delete-a-helm-repository.md) - [Edit a helm repository](https://www.qovery.com/docs/api-reference/helm-repositories/edit-a-helm-repository.md) - [Get a helm repository](https://www.qovery.com/docs/api-reference/helm-repositories/get-a-helm-repository.md) - [List helm charts contained inside the repository](https://www.qovery.com/docs/api-reference/helm-repositories/list-helm-charts-contained-inside-the-repository.md) - [List organization helm repositories](https://www.qovery.com/docs/api-reference/helm-repositories/list-organization-helm-repositories.md) - [List supported helm repository](https://www.qovery.com/docs/api-reference/helm-repositories/list-supported-helm-repository.md): List supported helm repository by Qovery and get the mandatory authentification configuration. - [Clone helm](https://www.qovery.com/docs/api-reference/helms/clone-helm.md): This will create a new helm with the same configuration on the targeted environment Id. - [Create a helm](https://www.qovery.com/docs/api-reference/helms/create-a-helm.md) - [Get helm default values](https://www.qovery.com/docs/api-reference/helms/get-helm-default-values.md) - [List all environment helm statuses](https://www.qovery.com/docs/api-reference/helms/list-all-environment-helm-statuses.md): Returns a list of helms with only their id and status. - [List default helm advanced settings](https://www.qovery.com/docs/api-reference/helms/list-default-helm-advanced-settings.md) - [List helms](https://www.qovery.com/docs/api-reference/helms/list-helms.md) - [Getting Started with Qovery API](https://www.qovery.com/docs/api-reference/introduction.md): Learn how to authenticate and use the Qovery API - [Clean a failed job](https://www.qovery.com/docs/api-reference/job-actions/clean-a-failed-job.md) - [Deploy job](https://www.qovery.com/docs/api-reference/job-actions/deploy-job.md): You must provide a git commit id or an image tag depending on the source location of your code (git vs image repository). - [Redeploy job](https://www.qovery.com/docs/api-reference/job-actions/redeploy-job.md) - [Stop job](https://www.qovery.com/docs/api-reference/job-actions/stop-job.md) - [Uninstall job](https://www.qovery.com/docs/api-reference/job-actions/uninstall-job.md): Delete the resources of the job but keep Qovery configuration - [Edit advanced settings](https://www.qovery.com/docs/api-reference/job-configuration/edit-advanced-settings.md): Edit advanced settings by returning table of advanced settings. - [Get advanced settings](https://www.qovery.com/docs/api-reference/job-configuration/get-advanced-settings.md): Get list and values of the advanced settings of the job. Default values for each setting are available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/) - [List job deployments](https://www.qovery.com/docs/api-reference/job-deployment-history/list-job-deployments.md): Returns the 20 last job deployments - [List job deployments](https://www.qovery.com/docs/api-reference/job-deployment-history/list-job-deployments-1.md): Returns the 20 last job deployments - [Create a job deployment restriction](https://www.qovery.com/docs/api-reference/job-deployment-restriction/create-a-job-deployment-restriction.md): Create a job deployment restriction - [Delete a job deployment restriction](https://www.qovery.com/docs/api-reference/job-deployment-restriction/delete-a-job-deployment-restriction.md): Delete a job deployment restriction - [Edit a job deployment restriction](https://www.qovery.com/docs/api-reference/job-deployment-restriction/edit-a-job-deployment-restriction.md): Edit a job deployment restriction - [Get job deployment restrictions](https://www.qovery.com/docs/api-reference/job-deployment-restriction/get-job-deployment-restrictions.md): Get job deployment restrictions - [Add an environment variable to the job](https://www.qovery.com/docs/api-reference/job-environment-variable/add-an-environment-variable-to-the-job.md): - Add an environment variable to the job. - [Create an environment variable alias at the job level](https://www.qovery.com/docs/api-reference/job-environment-variable/create-an-environment-variable-alias-at-the-job-level.md): - Allows you to add an alias at job level on an existing environment variable having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new environment variable at job level with the same value as the one corresponding to the… - [Create an environment variable override at the job level](https://www.qovery.com/docs/api-reference/job-environment-variable/create-an-environment-variable-override-at-the-job-level.md): - Allows you to override at job level an environment variable that has a higher scope. - You only have to specify a value in the request body - The system will create a new environment variable at job level with the same key as the one corresponding to the variable id in the path - The response body… - [Delete an environment variable from a job](https://www.qovery.com/docs/api-reference/job-environment-variable/delete-an-environment-variable-from-a-job.md): - To delete an environment variable from an job you must have the project user permission - You can't delete a BUILT_IN variable - If you delete a variable having override or alias, the associated override/alias will be deleted as well - [Edit an environment variable belonging to the job](https://www.qovery.com/docs/api-reference/job-environment-variable/edit-an-environment-variable-belonging-to-the-job.md): - You can't edit a BUILT_IN variable - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER) - [Import variables](https://www.qovery.com/docs/api-reference/job-environment-variable/import-variables.md): Import environment variables in a defined scope, with a defined visibility. - [List environment variables](https://www.qovery.com/docs/api-reference/job-environment-variable/list-environment-variables.md) - [Delete job](https://www.qovery.com/docs/api-reference/job-main-calls/delete-job.md): To delete the job you must have the admin permission - [Edit job](https://www.qovery.com/docs/api-reference/job-main-calls/edit-job.md): - To edit the job you must have the admin permission. - [Get job by ID](https://www.qovery.com/docs/api-reference/job-main-calls/get-job-by-id.md) - [Get job status](https://www.qovery.com/docs/api-reference/job-main-calls/get-job-status.md) - [List last job commits](https://www.qovery.com/docs/api-reference/job-main-calls/list-last-job-commits.md): Returns list of the last 100 commits made on the repository linked to the job - [Add a secret to the job](https://www.qovery.com/docs/api-reference/job-secret/add-a-secret-to-the-job.md): - Add a secret to the job. - [Create a secret alias at the job level](https://www.qovery.com/docs/api-reference/job-secret/create-a-secret-alias-at-the-job-level.md): - Allows you to add an alias at job level on an existing secret having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new secret at job level with the same value as the one corresponding to the secret id in the path - The… - [Create a secret override at the job level](https://www.qovery.com/docs/api-reference/job-secret/create-a-secret-override-at-the-job-level.md): - Allows you to override at job level a secret that has a higher scope. - You only have to specify a value in the request body - The system will create a new secret at job level with the same key as the one corresponding to the secret id in the path - The response body will contain the newly created… - [Delete a secret from an job](https://www.qovery.com/docs/api-reference/job-secret/delete-a-secret-from-an-job.md): - To delete a secret you must have the project user permission - You can't delete a BUILT_IN secret - If you delete a secret having override or alias, the associated override/alias will be deleted as well - [Edit a secret belonging to the job](https://www.qovery.com/docs/api-reference/job-secret/edit-a-secret-belonging-to-the-job.md): - You can't edit a BUILT_IN secret - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > CONTAINER) - [List job secrets](https://www.qovery.com/docs/api-reference/job-secret/list-job-secrets.md): Secrets are like environment variables, but they are secured and can't be revealed. - [Auto deploy jobs](https://www.qovery.com/docs/api-reference/jobs/auto-deploy-jobs.md): Triggers a new job deploy in each environment matching the following conditions - environment should have the auto-deploy enabled - the job should have the same image name and a different tag - [Clone job](https://www.qovery.com/docs/api-reference/jobs/clone-job.md): This will create a new job with the same configuration on the targeted environment Id. - [Create a job](https://www.qovery.com/docs/api-reference/jobs/create-a-job.md) - [List all environment job statuses](https://www.qovery.com/docs/api-reference/jobs/list-all-environment-job-statuses.md): Returns a list of jobs with only their id and status. - [List default job advanced settings](https://www.qovery.com/docs/api-reference/jobs/list-default-job-advanced-settings.md): Default values for each setting is available in [our documentation](https://hub.qovery.com/docs/using-qovery/configuration/advanced-settings/) - [List jobs](https://www.qovery.com/docs/api-reference/jobs/list-jobs.md) - [Get specific lifecycle template](https://www.qovery.com/docs/api-reference/lifecycle-template-main-calls/get-specific-lifecycle-template.md) - [List available lifecycle template for this environment](https://www.qovery.com/docs/api-reference/lifecycle-template-main-calls/list-available-lifecycle-template-for-this-environment.md) - [Accept Invite in the organization](https://www.qovery.com/docs/api-reference/members/accept-invite-in-the-organization.md) - [Edit an organization member role](https://www.qovery.com/docs/api-reference/members/edit-an-organization-member-role.md): Edit an organization member role - [Get invited members](https://www.qovery.com/docs/api-reference/members/get-invited-members.md) - [Get member invitation](https://www.qovery.com/docs/api-reference/members/get-member-invitation.md) - [Get organization members](https://www.qovery.com/docs/api-reference/members/get-organization-members.md) - [Invite someone in the organization](https://www.qovery.com/docs/api-reference/members/invite-someone-in-the-organization.md) - [Remove a member](https://www.qovery.com/docs/api-reference/members/remove-a-member.md) - [Remove an invited member](https://www.qovery.com/docs/api-reference/members/remove-an-invited-member.md) - [Transfer organization ownership to another user](https://www.qovery.com/docs/api-reference/members/transfer-organization-ownership-to-another-user.md) - [Get bitbucket branches of the specified repository](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-bitbucket-branches-of-the-specified-repository.md) - [Get bitbucket repositories of the connected user](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-bitbucket-repositories-of-the-connected-user.md) - [Get git provider accounts](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-git-provider-accounts.md) - [Get github branches of the specified repository](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-github-branches-of-the-specified-repository.md) - [Get github repositories of the connected user](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-github-repositories-of-the-connected-user.md) - [Get gitlab branches of the specified repository](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-gitlab-branches-of-the-specified-repository.md) - [Get gitlab repositories of the connected user](https://www.qovery.com/docs/api-reference/organization-account-git-repositories/get-gitlab-repositories-of-the-connected-user.md) - [Create an organization annotations group](https://www.qovery.com/docs/api-reference/organization-annotations-group/create-an-organization-annotations-group.md): Create an organization annotations group - [Delete organization annotations group](https://www.qovery.com/docs/api-reference/organization-annotations-group/delete-organization-annotations-group.md): Delete organization annotations group - [Edit organization annotations group](https://www.qovery.com/docs/api-reference/organization-annotations-group/edit-organization-annotations-group.md): Edit organization annotations group - [Get organization annotations group](https://www.qovery.com/docs/api-reference/organization-annotations-group/get-organization-annotations-group.md): Get organization annotations group - [Get organization annotations group associated items](https://www.qovery.com/docs/api-reference/organization-annotations-group/get-organization-annotations-group-associated-items.md): Get organization annotations group associated items - [List organization annotations group](https://www.qovery.com/docs/api-reference/organization-annotations-group/list-organization-annotations-group.md): List organization annotations group - [Create an organization api token](https://www.qovery.com/docs/api-reference/organization-api-token/create-an-organization-api-token.md): Create an organization api token. You can use the generated token to interact in a programmatic way with our API. - [Delete organization api token](https://www.qovery.com/docs/api-reference/organization-api-token/delete-organization-api-token.md): Delete organization api token - [List organization api tokens](https://www.qovery.com/docs/api-reference/organization-api-token/list-organization-api-tokens.md): List organization api tokens - [List locked Cluster by organization](https://www.qovery.com/docs/api-reference/organization-cluster-lock/list-locked-cluster-by-organization.md) - [Create an organization custom role](https://www.qovery.com/docs/api-reference/organization-custom-role/create-an-organization-custom-role.md): Create an organization custom role - [Delete organization custom role](https://www.qovery.com/docs/api-reference/organization-custom-role/delete-organization-custom-role.md): Delete organization custom role - [Edit an organization custom role](https://www.qovery.com/docs/api-reference/organization-custom-role/edit-an-organization-custom-role.md): Edit an organization custom role - [Get an organization custom role ](https://www.qovery.com/docs/api-reference/organization-custom-role/get-an-organization-custom-role.md): Get an organization custom role - [List organization custom roles](https://www.qovery.com/docs/api-reference/organization-custom-role/list-organization-custom-roles.md): List organization custom roles - [Get enterprise connection](https://www.qovery.com/docs/api-reference/organization-enterprise-connection/get-enterprise-connection.md) - [List enterprise connections](https://www.qovery.com/docs/api-reference/organization-enterprise-connection/list-enterprise-connections.md) - [Update enterprise connection](https://www.qovery.com/docs/api-reference/organization-enterprise-connection/update-enterprise-connection.md) - [Get all events inside the organization](https://www.qovery.com/docs/api-reference/organization-event/get-all-events-inside-the-organization.md): Get all events inside the organization - [Get available event targets to filter events](https://www.qovery.com/docs/api-reference/organization-event/get-available-event-targets-to-filter-events.md): Get available event targets to filter events - [Create an organization labels group](https://www.qovery.com/docs/api-reference/organization-labels-group/create-an-organization-labels-group.md): Create an organization labels group - [Delete organization labels group](https://www.qovery.com/docs/api-reference/organization-labels-group/delete-organization-labels-group.md): Delete organization labels group - [Edit organization labels group](https://www.qovery.com/docs/api-reference/organization-labels-group/edit-organization-labels-group.md): Edit organization labels group - [Get organization labels group](https://www.qovery.com/docs/api-reference/organization-labels-group/get-organization-labels-group.md): Get organization labels group - [Get organization labels group associated items](https://www.qovery.com/docs/api-reference/organization-labels-group/get-organization-labels-group-associated-items.md): Get organization labels group associated items - [List organization labels group](https://www.qovery.com/docs/api-reference/organization-labels-group/list-organization-labels-group.md): List organization labels group - [Create a git token](https://www.qovery.com/docs/api-reference/organization-main-calls/create-a-git-token.md): Create a new git token to be used as a git provider by a service - [Create an organization](https://www.qovery.com/docs/api-reference/organization-main-calls/create-an-organization.md) - [Delete a git token](https://www.qovery.com/docs/api-reference/organization-main-calls/delete-a-git-token.md) - [Delete an organization](https://www.qovery.com/docs/api-reference/organization-main-calls/delete-an-organization.md): To delete an organization you must have the admin permission - [Edit a git token](https://www.qovery.com/docs/api-reference/organization-main-calls/edit-a-git-token.md) - [Edit an organization](https://www.qovery.com/docs/api-reference/organization-main-calls/edit-an-organization.md): To edit an organization you must have the admin permission. - [Get organization by ID](https://www.qovery.com/docs/api-reference/organization-main-calls/get-organization-by-id.md) - [Get organization container registry associated services](https://www.qovery.com/docs/api-reference/organization-main-calls/get-organization-container-registry-associated-services.md): Get organization container registry associated services - [Get organization git token](https://www.qovery.com/docs/api-reference/organization-main-calls/get-organization-git-token.md): Get organization git token - [Get organization git token associated services](https://www.qovery.com/docs/api-reference/organization-main-calls/get-organization-git-token-associated-services.md): Get organization git tokens associated services - [Get organization helm repository associated services](https://www.qovery.com/docs/api-reference/organization-main-calls/get-organization-helm-repository-associated-services.md): Get organization helm repository associated services - [List credentials of an organization and their associated clusters](https://www.qovery.com/docs/api-reference/organization-main-calls/list-credentials-of-an-organization-and-their-associated-clusters.md): List credentials of an organization and their associated clusters - [List Environments By OrganizationId](https://www.qovery.com/docs/api-reference/organization-main-calls/list-environments-by-organizationid.md) - [List organization available roles](https://www.qovery.com/docs/api-reference/organization-main-calls/list-organization-available-roles.md): List organization available roles - [List organization git tokens](https://www.qovery.com/docs/api-reference/organization-main-calls/list-organization-git-tokens.md): List organization git tokens - [List Services By OrganizationId](https://www.qovery.com/docs/api-reference/organization-main-calls/list-services-by-organizationid.md) - [List Terraform tfvars files from Git repository](https://www.qovery.com/docs/api-reference/organization-main-calls/list-terraform-tfvars-files-from-git-repository.md) - [List user organizations](https://www.qovery.com/docs/api-reference/organization-main-calls/list-user-organizations.md) - [Parse Terraform variables from Git repository](https://www.qovery.com/docs/api-reference/organization-main-calls/parse-terraform-variables-from-git-repository.md) - [Create an organization webhook](https://www.qovery.com/docs/api-reference/organization-webhook/create-an-organization-webhook.md): Create an organization webhook. - [Delete organization webhook](https://www.qovery.com/docs/api-reference/organization-webhook/delete-organization-webhook.md): Delete organization webhook - [Edit an organization webhook](https://www.qovery.com/docs/api-reference/organization-webhook/edit-an-organization-webhook.md): Edit an organization webhook - [Get an Organization webhook](https://www.qovery.com/docs/api-reference/organization-webhook/get-an-organization-webhook.md): Get an Organization webhook - [List events of a webhook](https://www.qovery.com/docs/api-reference/organization-webhook/list-events-of-a-webhook.md): List events of a webhooks - [List organization webhooks](https://www.qovery.com/docs/api-reference/organization-webhook/list-organization-webhooks.md): List organization webhooks - [Qovery API](https://www.qovery.com/docs/api-reference/overview.md): Programmatically manage your infrastructure with the Qovery REST API - [Create a deployment rule](https://www.qovery.com/docs/api-reference/project-deployment-rule/create-a-deployment-rule.md): Create a deployment rule - [Delete a project deployment rule](https://www.qovery.com/docs/api-reference/project-deployment-rule/delete-a-project-deployment-rule.md): Delete a project deployment rule - [Edit a project deployment rule](https://www.qovery.com/docs/api-reference/project-deployment-rule/edit-a-project-deployment-rule.md): Edit a project deployment rule - [Get a project deployment rule](https://www.qovery.com/docs/api-reference/project-deployment-rule/get-a-project-deployment-rule.md): Get a project deployment rule - [List project deployment rules](https://www.qovery.com/docs/api-reference/project-deployment-rule/list-project-deployment-rules.md): List project deployment rules - [Update deployment rules priority order](https://www.qovery.com/docs/api-reference/project-deployment-rule/update-deployment-rules-priority-order.md): Update deployment rules priority order - [Add an environment variable to the project](https://www.qovery.com/docs/api-reference/project-environment-variable/add-an-environment-variable-to-the-project.md): - Add an environment variable to the project. - If the environment variable key already exists, then it will be replaced by the new one. - If the environment variable value points toward an existing environment variable key, it will be considered as an alias. - [Create an environment variable alias at the project level](https://www.qovery.com/docs/api-reference/project-environment-variable/create-an-environment-variable-alias-at-the-project-level.md): - Allows you to add an alias at project level on an existing environment variable having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new environment variable at project level with the same value as the one corresponding… - [Create an environment variable override at the project level](https://www.qovery.com/docs/api-reference/project-environment-variable/create-an-environment-variable-override-at-the-project-level.md): - Allows you to override at project level an environment variable that has a higher scope. - You only have to specify a value in the request body - The system will create a new environment variable at project level with the same key as the one corresponding to the variable id in the path - The respo… - [Delete an environment variable from a project](https://www.qovery.com/docs/api-reference/project-environment-variable/delete-an-environment-variable-from-a-project.md): - To delete an environment variable you must have the project user permission - You can't delete a BUILT_IN variable - If you delete a variable having override or alias, the associated override/alias will be deleted as well - [Edit an environment variable belonging to the project](https://www.qovery.com/docs/api-reference/project-environment-variable/edit-an-environment-variable-belonging-to-the-project.md): - You can't edit a BUILT_IN variable - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the variable it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION) - [List project environment variables](https://www.qovery.com/docs/api-reference/project-environment-variable/list-project-environment-variables.md) - [Delete a project](https://www.qovery.com/docs/api-reference/project-main-calls/delete-a-project.md): To delete a project you must have the admin permission - [Edit a project](https://www.qovery.com/docs/api-reference/project-main-calls/edit-a-project.md): To edit a project you must have the admin permission - [Get project by ID](https://www.qovery.com/docs/api-reference/project-main-calls/get-project-by-id.md) - [Add a secret to the project](https://www.qovery.com/docs/api-reference/project-secret/add-a-secret-to-the-project.md): - Add a secret to the project. - If the secret key already exists, then it will be replaced by the new one. - If the secret value points toward an existing secret key, it will be considered as an alias. - [Create a secret alias at the project level](https://www.qovery.com/docs/api-reference/project-secret/create-a-secret-alias-at-the-project-level.md): - Allows you to add an alias at project level on an existing secret having higher scope, in order to customize its key. - You only have to specify a key in the request body - The system will create a new secret at project level with the same value as the one corresponding to the secret id in the pat… - [Create a secret override at the project level](https://www.qovery.com/docs/api-reference/project-secret/create-a-secret-override-at-the-project-level.md): - Allows you to override at project level a secret that has a higher scope. - You only have to specify a value in the request body - The system will create a new secret at project level with the same key as the one corresponding to the secret id in the path - The response body will contain the newly… - [Delete a secret from a project](https://www.qovery.com/docs/api-reference/project-secret/delete-a-secret-from-a-project.md): - To delete a secret you must have the project user permission - You can't delete a BUILT_IN secret - If you delete a secret having override or alias, the associated override/alias will be deleted as well operationId: deleteProjectSecret - [Edit a secret belonging to the project](https://www.qovery.com/docs/api-reference/project-secret/edit-a-secret-belonging-to-the-project.md): - You can't edit a BUILT_IN secret - For an override, you can't edit the key - For an alias, you can't edit the value - An override can only have a scope lower to the secret it is overriding (hierarchy is BUILT_IN > PROJECT > ENVIRONMENT > APPLICATION) - [List project secrets](https://www.qovery.com/docs/api-reference/project-secret/list-project-secrets.md) - [Create a project](https://www.qovery.com/docs/api-reference/projects/create-a-project.md) - [List projects](https://www.qovery.com/docs/api-reference/projects/list-projects.md) - [List total number of services and environments for each project of the organization](https://www.qovery.com/docs/api-reference/projects/list-total-number-of-services-and-environments-for-each-project-of-the-organization.md): Returns a list of project ids, and for each its total numberof services and environments - [Claim a reward](https://www.qovery.com/docs/api-reference/referral-&-rewards/claim-a-reward.md): A same code can be claimed only 3 times at max - [Get your referral information](https://www.qovery.com/docs/api-reference/referral-&-rewards/get-your-referral-information.md) - [Get git webhook status for a service](https://www.qovery.com/docs/api-reference/service-main-calls/get-git-webhook-status-for-a-service.md): Returns the webhook status for a git-based service. Checks if the Qovery webhook is correctly configured on the git provider (GitHub, GitLab, or Bitbucket). - [Synchronize git webhook for a service](https://www.qovery.com/docs/api-reference/service-main-calls/synchronize-git-webhook-for-a-service.md): Synchronizes the Qovery webhook configuration for a git-based service. - If no webhook exists, creates one with the correct configuration - If webhook exists but is misconfigured, updates it with the correct events - If webhook is already correctly configured, returns current status Works with GitHu… - [Get Ingress Deployment Status By Service](https://www.qovery.com/docs/api-reference/service_status/get-ingress-deployment-status-by-service.md) - [Deploy terraform](https://www.qovery.com/docs/api-reference/terraform-actions/deploy-terraform.md): You must provide a git commit id. - [Redeploy terraform](https://www.qovery.com/docs/api-reference/terraform-actions/redeploy-terraform.md) - [Uninstall terraform](https://www.qovery.com/docs/api-reference/terraform-actions/uninstall-terraform.md): Delete the resources of the terraform but keep Qovery configuration - [Edit Advanced settings](https://www.qovery.com/docs/api-reference/terraform-configuration/edit-advanced-settings.md) - [Get Advanced settings](https://www.qovery.com/docs/api-reference/terraform-configuration/get-advanced-settings.md) - [List terraform deployments](https://www.qovery.com/docs/api-reference/terraform-deployment-history/list-terraform-deployments.md): Returns the 20 last terraform deployments - [Create a terraform deployment restriction](https://www.qovery.com/docs/api-reference/terraform-deployment-restriction/create-a-terraform-deployment-restriction.md): Create a terraform deployment restriction - [Delete a terraform deployment restriction](https://www.qovery.com/docs/api-reference/terraform-deployment-restriction/delete-a-terraform-deployment-restriction.md): Delete a terraform deployment restriction - [Edit a terraform deployment restriction](https://www.qovery.com/docs/api-reference/terraform-deployment-restriction/edit-a-terraform-deployment-restriction.md): Edit a terraform deployment restriction - [Get terraform deployment restrictions](https://www.qovery.com/docs/api-reference/terraform-deployment-restriction/get-terraform-deployment-restrictions.md): Get terraform deployment restrictions - [Delete Terraform](https://www.qovery.com/docs/api-reference/terraform-main-calls/delete-terraform.md) - [Edit Terraform](https://www.qovery.com/docs/api-reference/terraform-main-calls/edit-terraform.md) - [Get terraform by ID](https://www.qovery.com/docs/api-reference/terraform-main-calls/get-terraform-by-id.md) - [List available Terraform versions](https://www.qovery.com/docs/api-reference/terraform-main-calls/list-available-terraform-versions.md) - [List last commits](https://www.qovery.com/docs/api-reference/terraform-main-calls/list-last-commits.md): Returns list of the last 100 commits made on the repository linked to the terraform service - [Get terraform resources from latest deployment](https://www.qovery.com/docs/api-reference/terraform-resources/get-terraform-resources-from-latest-deployment.md): Returns the list of Terraform resources from the most recent deployment execution - [Clone terraform](https://www.qovery.com/docs/api-reference/terraforms/clone-terraform.md): This will create a new terraform with the same configuration on the targeted environment Id. - [Create a terraform](https://www.qovery.com/docs/api-reference/terraforms/create-a-terraform.md) - [List default terraform advanced settings](https://www.qovery.com/docs/api-reference/terraforms/list-default-terraform-advanced-settings.md) - [List terraforms](https://www.qovery.com/docs/api-reference/terraforms/list-terraforms.md) - [Get Sign up information](https://www.qovery.com/docs/api-reference/user-sign-up/get-sign-up-information.md): Retrieve the Sign Up information of the user - [Send Sign Up request](https://www.qovery.com/docs/api-reference/user-sign-up/send-sign-up-request.md): Send a Sign Up request containing the user information - [Create a variable](https://www.qovery.com/docs/api-reference/variable-main-calls/create-a-variable.md): - Create a variable with the scope defined in the request body. - [Create a variable alias](https://www.qovery.com/docs/api-reference/variable-main-calls/create-a-variable-alias.md): - Allows you to create an alias of one of the existing variables. - You have to specify an alias (key) in the request body, the scope and the parent id of the alias (project id, environment id or service id) - The system will create a new variable at the requested level with the same value as the on… - [Create a variable override](https://www.qovery.com/docs/api-reference/variable-main-calls/create-a-variable-override.md): - Allows you to override a variable that has a higher scope. - You have to specify a value (override) in the request body and the scope and the parent id of the variable to override (project id, environment id or service id) - The system will create a new environment variable at the requested level… - [Delete a variable](https://www.qovery.com/docs/api-reference/variable-main-calls/delete-a-variable.md): - To delete a variable - You can't delete a BUILT_IN variable - If you delete a variable having override or alias, the associated override/alias will be deleted as well - [Edit a variable](https://www.qovery.com/docs/api-reference/variable-main-calls/edit-a-variable.md): - You can't edit a BUILT_IN variable - For an override, you can't edit the key - For an alias, you can't edit the value - [Import variables](https://www.qovery.com/docs/api-reference/variable-main-calls/import-variables.md): Import environment variables in a defined scope, with a defined visibility. - [List variables](https://www.qovery.com/docs/api-reference/variable-main-calls/list-variables.md): Returns a list of variables. The result can be filtered by using the query parameters. - [qovery application](https://www.qovery.com/docs/cli/commands/application.md): Application management commands - [qovery audit-log](https://www.qovery.com/docs/cli/commands/audit-log.md): Interact with audit logs - [qovery auth](https://www.qovery.com/docs/cli/commands/auth.md): Authentication commands for Qovery CLI - [qovery cluster](https://www.qovery.com/docs/cli/commands/cluster.md): Cluster management commands - [qovery completion](https://www.qovery.com/docs/cli/commands/completion.md): Generate autocompletion scripts for your shell - [qovery console](https://www.qovery.com/docs/cli/commands/console.md): Open service in Qovery Console - [qovery container](https://www.qovery.com/docs/cli/commands/container.md): Container management commands - [qovery context](https://www.qovery.com/docs/cli/commands/context.md): Context management commands for Qovery CLI - [qovery cronjob](https://www.qovery.com/docs/cli/commands/cronjob.md): Cronjob management commands - [qovery database](https://www.qovery.com/docs/cli/commands/database.md): Database management commands - [qovery demo](https://www.qovery.com/docs/cli/commands/demo.md): Try Qovery on your local machine - [qovery enterprise-connection](https://www.qovery.com/docs/cli/commands/enterprise-connection.md): Manage enterprise connections - [qovery env](https://www.qovery.com/docs/cli/commands/env.md): Environment variable and secret management commands - [qovery environment](https://www.qovery.com/docs/cli/commands/environment.md): Environment management commands - [qovery helm](https://www.qovery.com/docs/cli/commands/helm.md): Helm chart management commands - [qovery help](https://www.qovery.com/docs/cli/commands/help.md): Help about any command - [qovery lifecycle](https://www.qovery.com/docs/cli/commands/lifecycle.md): Lifecycle job management commands - [qovery list-commands](https://www.qovery.com/docs/cli/commands/list-commands.md): List all available commands with descriptions, aliases, args, and flags - [qovery list-pods](https://www.qovery.com/docs/cli/commands/list-pods.md): List the pods of a service with their pods - [qovery log](https://www.qovery.com/docs/cli/commands/log.md): Log viewing commands - [Commands Overview](https://www.qovery.com/docs/cli/commands/overview.md): Complete reference for all Qovery CLI commands - [qovery port-forward](https://www.qovery.com/docs/cli/commands/port-forward.md): Port forwarding command - [qovery project](https://www.qovery.com/docs/cli/commands/project.md): Project management commands - [qovery service](https://www.qovery.com/docs/cli/commands/service.md): Service management commands - [qovery shell](https://www.qovery.com/docs/cli/commands/shell.md): Shell access and command execution - [qovery status](https://www.qovery.com/docs/cli/commands/status.md): Check service and environment status - [qovery terraform](https://www.qovery.com/docs/cli/commands/terraform.md): Manage terraform services - [qovery token](https://www.qovery.com/docs/cli/commands/token.md): Generate API token - [qovery upgrade](https://www.qovery.com/docs/cli/commands/upgrade.md): Upgrade Qovery CLI to latest version - [qovery version](https://www.qovery.com/docs/cli/commands/version.md): Print installed version of the Qovery CLI - [Qovery CLI](https://www.qovery.com/docs/cli/overview.md): Manage your Qovery infrastructure from the command line - [Troubleshooting](https://www.qovery.com/docs/cli/troubleshoot/overview.md): Find solutions to common issues with Qovery CLI - [Application](https://www.qovery.com/docs/configuration/application.md): Configure and deploy applications on Qovery - [Cluster Advanced Settings](https://www.qovery.com/docs/configuration/cluster-advanced-settings.md): Fine-tune your Kubernetes cluster infrastructure with advanced configuration options - [Clusters](https://www.qovery.com/docs/configuration/clusters.md): Manage your Kubernetes clusters with Qovery - [Connect to Your Cluster](https://www.qovery.com/docs/configuration/connect-to-cluster.md): Learn how to connect to your Kubernetes cluster using kubectl with Qovery CLI or AWS CLI - [Cron Jobs](https://www.qovery.com/docs/configuration/cronjob.md): Schedule and manage periodic workloads on Qovery - [Databases](https://www.qovery.com/docs/configuration/database.md): Learn how to configure Databases on Qovery - [Deployment Rules](https://www.qovery.com/docs/configuration/deployment-rule.md): Automate environment lifecycle management to optimize costs and save time - [Deployment Actions](https://www.qovery.com/docs/configuration/deployment/actions.md): Manage the lifecycle of your services and environments - [Auto-Deploy](https://www.qovery.com/docs/configuration/deployment/auto-deploy.md): Automatically deploy on Git commits - [Deployment History](https://www.qovery.com/docs/configuration/deployment/history.md): View past deployment executions - [Image Mirroring](https://www.qovery.com/docs/configuration/deployment/image-mirroring.md): Optimize deployments with local image caching - [Logs](https://www.qovery.com/docs/configuration/deployment/logs.md): Access deployment and service logs - [Deployment](https://www.qovery.com/docs/configuration/deployment/overview.md): Understand how Qovery deploys your applications - [Deployment Pipeline](https://www.qovery.com/docs/configuration/deployment/pipeline.md): Orchestrate service deployments with deployment stages - [Running and Deployment Statuses](https://www.qovery.com/docs/configuration/deployment/statuses.md): Monitor your services and deployments - [Deployment Strategies](https://www.qovery.com/docs/configuration/deployment/strategies.md): Choose between rolling updates and recreate strategies - [Disaster Recovery](https://www.qovery.com/docs/configuration/disaster-recovery.md): Best practices for building resilient, reproducible, and tested DR strategies leveraging Qovery's Infrastructure as Code capabilities - [Environment](https://www.qovery.com/docs/configuration/environment.md): Configure and manage environments for your applications - [Environment Variables](https://www.qovery.com/docs/configuration/environment-variables.md): Manage environment variables and secrets for your services - [Helm Charts](https://www.qovery.com/docs/configuration/helm.md): Deploy and manage Helm charts on Qovery - [API Gateway with NGINX](https://www.qovery.com/docs/configuration/integrations/api-gateway-nginx.md): How to connect an API gateway in front of multiple services using NGINX - [VPC Peering](https://www.qovery.com/docs/configuration/integrations/aws/vpc-peering.md): How to peer a Qovery VPC with an existing VPC on AWS - [CircleCI](https://www.qovery.com/docs/configuration/integrations/ci-cd/circleci.md): Deploy with CircleCI and Qovery CLI - [GitHub Actions](https://www.qovery.com/docs/configuration/integrations/ci-cd/github-actions.md): Deploy with GitHub Actions and Qovery CLI - [GitLab CI](https://www.qovery.com/docs/configuration/integrations/ci-cd/gitlab-ci.md): Deploy with GitLab CI and Qovery CLI - [Jenkins](https://www.qovery.com/docs/configuration/integrations/ci-cd/jenkins.md): Deploy with Jenkins and Qovery CLI - [AWS ECR](https://www.qovery.com/docs/configuration/integrations/container-registries/aws-ecr.md): Connect Amazon Elastic Container Registry with Qovery - [Azure Container Registry](https://www.qovery.com/docs/configuration/integrations/container-registries/azure-acr.md): Connect Azure Container Registry (ACR) with Qovery - [Docker Hub](https://www.qovery.com/docs/configuration/integrations/container-registries/docker-hub.md): Connect Docker Hub with Qovery - [GCP Artifact Registry](https://www.qovery.com/docs/configuration/integrations/container-registries/gcp-artifact-registry.md): Connect Google Cloud Artifact Registry with Qovery - [Generic Container Registry](https://www.qovery.com/docs/configuration/integrations/container-registries/generic.md): Connect any Docker-compatible container registry with Qovery - [GitHub Container Registry](https://www.qovery.com/docs/configuration/integrations/container-registries/github-cr.md): Connect GitHub Container Registry (GHCR) with Qovery - [GitLab Container Registry](https://www.qovery.com/docs/configuration/integrations/container-registries/gitlab-cr.md): Connect GitLab Container Registry with Qovery - [Scaleway Container Registry](https://www.qovery.com/docs/configuration/integrations/container-registries/scaleway-cr.md): Connect Scaleway Container Registry with Qovery - [Email Integration](https://www.qovery.com/docs/configuration/integrations/email.md): Receive real-time alerts via email when your services trigger monitoring conditions - [CloudFormation](https://www.qovery.com/docs/configuration/integrations/iac/cloudformation.md): Deploy CloudFormation templates with Qovery - [Using Lifecycle Jobs to Deploy Resources](https://www.qovery.com/docs/configuration/integrations/iac/lifecycle-job-tutorial.md): Tutorial on deploying any kind of resources using Lifecycle Jobs - [Infrastructure as Code](https://www.qovery.com/docs/configuration/integrations/iac/overview.md): Manage infrastructure through popular IaC frameworks - [Terraform](https://www.qovery.com/docs/configuration/integrations/iac/terraform.md): Deploy Terraform manifests with Qovery - [Qovery-Managed AKS](https://www.qovery.com/docs/configuration/integrations/kubernetes/aks/managed.md): Learn how to configure your AKS Kubernetes clusters on Qovery - [Azure AKS Integration](https://www.qovery.com/docs/configuration/integrations/kubernetes/aks/overview.md): Deploy on Azure Kubernetes Service with Qovery - [Bring Your Own Kubernetes (BYOK)](https://www.qovery.com/docs/configuration/integrations/kubernetes/byok.md): Connect any Kubernetes cluster to Qovery - [Local Cluster for Development](https://www.qovery.com/docs/configuration/integrations/kubernetes/docker.md): Use a local k3s cluster with Docker for development and testing - [AWS EKS Anywhere](https://www.qovery.com/docs/configuration/integrations/kubernetes/eks/eks-anywhere.md): Deploy EKS on your own infrastructure with Qovery - [AWS EKS](https://www.qovery.com/docs/configuration/integrations/kubernetes/eks/managed.md): Learn how to configure your AWS Kubernetes clusters on Qovery - [AWS EKS Integration](https://www.qovery.com/docs/configuration/integrations/kubernetes/eks/overview.md): Deploy on Amazon Elastic Kubernetes Service with Qovery - [AWS Cluster Preflight Checks](https://www.qovery.com/docs/configuration/integrations/kubernetes/eks/preflight-checks.md): Understand the automatic prerequisite validation checks that run before AWS EKS cluster creation - [Qovery-Managed GKE](https://www.qovery.com/docs/configuration/integrations/kubernetes/gke/managed.md): Learn how to configure your GCP Kubernetes clusters on Qovery - [Google GKE Integration](https://www.qovery.com/docs/configuration/integrations/kubernetes/gke/overview.md): Deploy on Google Kubernetes Engine with Qovery - [Qovery-Managed Scaleway Kapsule](https://www.qovery.com/docs/configuration/integrations/kubernetes/scaleway/managed.md): Learn how to configure your Scaleway Kubernetes clusters on Qovery - [Scaleway Kapsule Integration](https://www.qovery.com/docs/configuration/integrations/kubernetes/scaleway/overview.md): Deploy on Scaleway Kubernetes Kapsule with Qovery - [Datadog Integration](https://www.qovery.com/docs/configuration/integrations/observability/datadog.md): Deploying Datadog on Qovery: The Complete Guide - [Kubecost](https://www.qovery.com/docs/configuration/integrations/observability/kubecost.md): Monitor and reduce Kubernetes spend with Kubecost - [Qovery Observe](https://www.qovery.com/docs/configuration/integrations/observability/qovery-observe.md): Built-in observability for monitoring applications and infrastructure - [AWS Secrets Manager](https://www.qovery.com/docs/configuration/integrations/secret-managers/aws-secrets-manager.md): Integrate AWS Secrets Manager with Qovery - [Doppler](https://www.qovery.com/docs/configuration/integrations/secret-managers/doppler.md): Integrate Doppler secrets with Qovery - [Slack Integration](https://www.qovery.com/docs/configuration/integrations/slack.md): Get real-time deployment notifications and alerts in Slack - [Webhooks](https://www.qovery.com/docs/configuration/integrations/webhooks.md): Get notified about deployment events via webhooks - [Lifecycle Jobs](https://www.qovery.com/docs/configuration/lifecycle-job.md): Execute jobs during environment lifecycle events - [Object Storage](https://www.qovery.com/docs/configuration/object-storage.md): Use cloud object storage for persistent data in your applications - [Organization](https://www.qovery.com/docs/configuration/organization.md): Configure and manage your Qovery organization - [API Token](https://www.qovery.com/docs/configuration/organization/api-token.md): Manage API tokens for programmatic access to your organization - [Cloud Credentials](https://www.qovery.com/docs/configuration/organization/cloud-credentials.md): Manage cloud provider credentials for your organization - [Container Registry](https://www.qovery.com/docs/configuration/organization/container-registry.md): Manage container registries for your organization - [Git Repository Access](https://www.qovery.com/docs/configuration/organization/git-repository-access.md): Configure Git repository access for your organization - [Helm Repository](https://www.qovery.com/docs/configuration/organization/helm-repository.md): Manage Helm chart repositories for your organization - [Labels & Annotations](https://www.qovery.com/docs/configuration/organization/labels-annotations.md): Manage Kubernetes labels and annotations for your organization - [Members & RBAC](https://www.qovery.com/docs/configuration/organization/members-rbac.md): Manage organization members and role-based access control - [SSO (SAML/OIDC)](https://www.qovery.com/docs/configuration/organization/sso.md): Configure Single Sign-On with your Identity Provider - [Configuration Overview](https://www.qovery.com/docs/configuration/overview.md): Complete guide to configuring and managing your infrastructure with Qovery - [Project](https://www.qovery.com/docs/configuration/project.md): Configure and manage projects to group environments - [Service Advanced Settings](https://www.qovery.com/docs/configuration/service-advanced-settings.md): Fine-tune your Qovery services with advanced configuration options - [Service Health Checks](https://www.qovery.com/docs/configuration/service-health-checks.md): Configure liveness and readiness probes to monitor your application health - [Terraform](https://www.qovery.com/docs/configuration/terraform.md): Deploy and manage Terraform modules natively on Qovery - [User Account](https://www.qovery.com/docs/configuration/user-account.md): Manage your personal account settings and preferences - [Deployment Automation](https://www.qovery.com/docs/copilot/capabilities/deployment-automation.md): Deploy, manage, and scale applications with Qovery AI Copilot - [Infrastructure Management](https://www.qovery.com/docs/copilot/capabilities/infrastructure-management.md): Manage environments, projects, and clusters with Qovery AI Copilot - [Optimization](https://www.qovery.com/docs/copilot/capabilities/optimization.md): Optimize costs, resources, and configurations with Qovery AI Copilot - [Troubleshooting](https://www.qovery.com/docs/copilot/capabilities/troubleshooting.md): Debug and resolve infrastructure issues with Qovery AI Copilot - [Qovery Console AI Copilot](https://www.qovery.com/docs/copilot/console.md): Use AI Copilot directly in the Qovery Console - [Advanced Workflows](https://www.qovery.com/docs/copilot/examples/advanced-workflows.md): Complex multi-step automation scenarios with Qovery AI Copilot - [Common Tasks](https://www.qovery.com/docs/copilot/examples/common-tasks.md): Practical examples of everyday operations with Qovery AI Copilot - [Getting Started with Qovery AI Copilot](https://www.qovery.com/docs/copilot/getting-started.md): Start automating your infrastructure with agentic AI - [MCP Server](https://www.qovery.com/docs/copilot/mcp-server.md): Connect any MCP-compatible client to your Qovery infrastructure - [Qovery AI Copilot](https://www.qovery.com/docs/copilot/overview.md): An agentic AI that automates infrastructure tasks and DevOps workflows - [Qovery Slack Bot](https://www.qovery.com/docs/copilot/slack-bot.md): Use AI Copilot directly in Slack to manage your infrastructure - [What is Agentic AI?](https://www.qovery.com/docs/copilot/what-is-agentic-ai.md): Understanding the technology behind Qovery AI Copilot - [Core Concepts](https://www.qovery.com/docs/getting-started/basic-concepts.md): Essential Qovery terminology - Organizations, Clusters, Projects, Environments, Services, and Deployments - [Maintenance](https://www.qovery.com/docs/getting-started/configuration/maintenance.md): Understand how Qovery handles platform maintenance and updates - [Use AWS IAM Roles with Qovery](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/aws-iam-roles.md): Grant AWS IAM permissions to applications without managing credentials - [Certificate Management for Multi-Tenant Applications](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/certificate-management-multi-tenant.md): Implement robust SSL/TLS certificate management for multi-tenant SaaS applications - [Setting Up Cloudflare and Custom Domain on Qovery](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/cloudflare-custom-domain.md): Configure Cloudflare as a domain provider for your Qovery applications - [Integrate Application Logs to CloudWatch](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/cloudwatch-integration.md): Stream Kubernetes pod logs to AWS CloudWatch for full-text search - [Customizing Preview URL with Qovery CLI](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/customizing-preview-url-with-qovery-cli.md): How to automatically customize your preview URL when a new environment is created using the Qovery CLI - [Deploy a DaemonSet in a Karpenter Context](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/deploy-daemonset-karpenter.md): How to ensure your DaemonSet is well deployed when you are using Karpenter - [Deploy JupyterHub using Helm](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/deploy-jupyterhub.md): Deploy JupyterHub on Qovery using the official Helm chart - [Import Environment Variables with the Qovery CLI](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/import-env-vars-cli.md): Bulk import environment variables and secrets from a .env file - [How to Setup IP and Header-Based Authorization](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/ip-header-authorization.md): Configure IP and HTTP header-based authorization on Qovery - [How to Setup Rate Limit on Services](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/rate-limiting.md): Configure rate limiting for services using NGINX - [Create a Blazingly Fast REST API in Rust (Part 1/2)](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/rust-api-part-1.md): Build a performant Twitter clone API with Rust and deploy on Qovery - [Minimize downtime while upgrading RDS instances](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/upgrading-rds-instance.md): Learn how to upgrade your RDS instance (PostgreSQL, MySql) minimizing your downtime with Qovery and Blue Green deployments - [How to Write a Dockerfile](https://www.qovery.com/docs/getting-started/guides/advanced-tutorials/write-dockerfile.md): Learn how to write your first Dockerfile to deploy applications with Qovery - [Create a Database](https://www.qovery.com/docs/getting-started/guides/getting-started/connect-database.md): Learn how to create and connect databases to your applications - [Deploy Your First Application](https://www.qovery.com/docs/getting-started/guides/getting-started/deploy-your-first-application.md): Quick guide to deploying your first application on Qovery - [Database Seeding with Lifecycle Jobs](https://www.qovery.com/docs/getting-started/guides/others/database-seeding-lifecycle-job.md): How to seed your PostgreSQL database with SQL scripts using Qovery Lifecycle Jobs - [Deploy](https://www.qovery.com/docs/getting-started/guides/qovery-101/deploy.md): Learn how to deploy applications with Qovery - [Observe](https://www.qovery.com/docs/getting-started/guides/qovery-101/observe.md): Monitor your applications with built-in observability - [Optimize](https://www.qovery.com/docs/getting-started/guides/qovery-101/optimize.md): Optimize resources and reduce costs with Qovery - [Provision](https://www.qovery.com/docs/getting-started/guides/qovery-101/provision.md): Learn how to provision cloud infrastructure with Qovery - [Secure](https://www.qovery.com/docs/getting-started/guides/qovery-101/secure.md): Learn how to secure your infrastructure and applications with Qovery - [Migrate Your Application from Heroku to AWS](https://www.qovery.com/docs/getting-started/guides/use-cases/cloud-migration-and-scaling.md): Learn how to migrate your applications from Heroku to AWS using Qovery - [Build E2E Testing Ephemeral Environments with GitHub Actions and Qovery](https://www.qovery.com/docs/getting-started/guides/use-cases/e2e-testing.md): Step-by-step guide to build e2e testing ephemeral environments with GitHub Actions and Qovery - [Ephemeral Environments](https://www.qovery.com/docs/getting-started/guides/use-cases/ephemeral-environment.md): Create on-demand temporary environments for development, testing, and E2E testing with automated CI/CD workflows - [Getting Started with Preview Environments](https://www.qovery.com/docs/getting-started/guides/use-cases/preview-environments.md): Step-by-step guide to get started with the preview environment on AWS - [Production Environment Management](https://www.qovery.com/docs/getting-started/guides/use-cases/production-environment-management.md): Manage production environments with Qovery - [How Qovery Works](https://www.qovery.com/docs/getting-started/how-it-works.md): Understand the architecture behind Qovery's DevOps Automation Platform - [Install Qovery on AWS](https://www.qovery.com/docs/getting-started/installation/aws.md): Create your first Kubernetes cluster on AWS in under 30 minutes - [Install Qovery on Azure](https://www.qovery.com/docs/getting-started/installation/azure.md): Complete guide to installing Qovery on Microsoft Azure with AKS - [Install Qovery on GCP](https://www.qovery.com/docs/getting-started/installation/gcp.md): Complete guide to installing Qovery on Google Cloud Platform with GKE Autopilot - [BYOK (Bring Your Own Kubernetes)](https://www.qovery.com/docs/getting-started/installation/kubernetes.md): Install Qovery on your own Kubernetes cluster - [Install Qovery on Scaleway](https://www.qovery.com/docs/getting-started/installation/scaleway.md): Complete guide to installing Qovery on Scaleway with Kapsule Kubernetes - [Introduction](https://www.qovery.com/docs/getting-started/introduction.md): Welcome to Qovery - Enterprise Kubernetes Management Platform - [Get Started with Qovery](https://www.qovery.com/docs/getting-started/quickstart.md): Deploy your first app in 15 minutes. No Kubernetes knowledge required. - [Deploy with AI Agent](https://www.qovery.com/docs/getting-started/quickstart/ai-agent.md): Use Claude Code, Cursor, OpenCode, or any AI coding agent to deploy your application on Qovery with a single prompt. - [Create Your Cluster](https://www.qovery.com/docs/getting-started/quickstart/cloud.md): Set up a managed Kubernetes cluster as the foundation for your Qovery deployment - [Local Demo](https://www.qovery.com/docs/getting-started/quickstart/docker-desktop.md): Install Qovery locally for demonstration and testing purposes - [Audit Logs](https://www.qovery.com/docs/getting-started/security-and-compliance/audit-logs.md): Track all actions and changes in your Qovery organization - [AWS IAM Permissions Reference](https://www.qovery.com/docs/getting-started/security-and-compliance/aws-iam-permissions.md): Detailed breakdown of every AWS IAM permission required by Qovery and why it's needed - [Azure IAM Permissions Reference](https://www.qovery.com/docs/getting-started/security-and-compliance/azure-iam-permissions.md): Detailed breakdown of every Azure permission required by Qovery and why it's needed - [DORA Compliance](https://www.qovery.com/docs/getting-started/security-and-compliance/dora.md): Digital Operational Resilience Act (DORA) readiness with Qovery - [GCP IAM Permissions Reference](https://www.qovery.com/docs/getting-started/security-and-compliance/gcp-iam-permissions.md): Detailed breakdown of every GCP IAM permission required by Qovery and why it's needed - [GDPR](https://www.qovery.com/docs/getting-started/security-and-compliance/gdpr.md): GDPR compliance at Qovery - [HIPAA Compliance](https://www.qovery.com/docs/getting-started/security-and-compliance/hipaa.md): HIPAA eligibility and protected health information (PHI) handling with Qovery - [Security Overview](https://www.qovery.com/docs/getting-started/security-and-compliance/overview.md): How Qovery keeps your data secure - [Scaleway IAM Permissions Reference](https://www.qovery.com/docs/getting-started/security-and-compliance/scaleway-iam-permissions.md): Detailed breakdown of every Scaleway IAM permission required by Qovery and why it's needed - [SOC2](https://www.qovery.com/docs/getting-started/security-and-compliance/soc2.md): Systems and Organizations Controls 2 - [Troubleshooting](https://www.qovery.com/docs/getting-started/troubleshoot/overview.md): Find solutions to common issues with Qovery - [FAQ](https://www.qovery.com/docs/getting-started/useful-resources/faq.md): Frequently Asked Questions - [Help and Support](https://www.qovery.com/docs/getting-started/useful-resources/help-and-support.md): Get help and support for Qovery - [Advanced Patterns](https://www.qovery.com/docs/terraform-provider/advanced-patterns.md): Advanced Terraform techniques with Qovery - [Airbyte Deployment](https://www.qovery.com/docs/terraform-provider/airbyte-deployment.md): Complete example deploying Airbyte with Helm, database, and proxy - [Application with Database](https://www.qovery.com/docs/terraform-provider/application-with-database.md): Deploy an application with PostgreSQL database - [Basic Application](https://www.qovery.com/docs/terraform-provider/basic-application.md): Deploy a containerized application with Terraform - [Terraform Exporter](https://www.qovery.com/docs/terraform-provider/exporter.md): Export your Qovery environment configuration as Terraform code - [Linking Services Together](https://www.qovery.com/docs/terraform-provider/linking-services.md): Use environment variable aliases to connect services using Qovery's built-in variables in Terraform - [Multi-Environment Setup](https://www.qovery.com/docs/terraform-provider/multi-environment.md): Deploy to development, staging, and production environments - [Terraform Provider](https://www.qovery.com/docs/terraform-provider/overview.md): Manage your Qovery infrastructure as code with Terraform ## OpenAPI Specs - [openapi](https://www.qovery.com/docs/api-reference/openapi.yaml)