Skip to main content

Documentation Index

Fetch the complete documentation index at: https://qovery-docs-ai-use-cases-highlight.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Overview

Manage Helm charts within your Qovery environment.

Commands

List Helm Charts

List all Helm charts in current environment:
qovery helm list

Deploy Helm Chart

Deploy or update a Helm chart:
qovery helm deploy --helm "helm-id"

Stop Helm Chart

Stop a Helm chart:
qovery helm stop --helm "helm-id"

Restart Helm Chart

Restart a Helm chart:
qovery helm restart --helm "helm-id"

Delete Helm Chart

Delete a Helm chart:
qovery helm delete --helm "helm-id"

Options

FlagDescription
--helmHelm chart ID or name
--outputOutput format (table, json, yaml)
--helpShow help

Examples

Deploy Helm Chart

# List Helm charts
qovery helm list

# Deploy Helm chart
qovery helm deploy --helm "redis-cluster"

# Check deployment status
qovery status

Restart Helm Chart

# Restart Helm chart
qovery helm restart --helm "redis-cluster"