Skip to main content

Overview

Make authenticated HTTP requests to the Qovery API directly from the CLI. This command acts as a lightweight, curl-like client that automatically handles authentication and supports context variable interpolation. Context variables {organizationId}, {projectId}, and {environmentId} are automatically replaced with values from the current CLI context (set via qovery context).

Usage

The <endpoint> is the API path relative to the Qovery API base URL (e.g., organization, organization/<id>/project).

Options

Examples

List Resources

Use Context Variables

When you have an active CLI context, placeholder variables are automatically resolved:

Create Resources with —field

Build a JSON body from key=value pairs:

Send a JSON Body from Stdin

Delete a Resource

Show Response Headers

Add Custom Headers

Use a Custom API URL