v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13226495.2 KB
projects

Executes Airflow CLI command.

post/v1/{+environment}:executeAirflowCommand

Path parameters

environmentstring required

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

Request body

subcommandstring

Airflow subcommand.

commandstring

Airflow command.

parametersstring[]

Parameters for the Airflow command/subcommand as an array of arguments. It may contain positional arguments like ["my-dag-id"], key-value parameters like ["--foo=bar"] or ["--foo","bar"], or other flags like ["-f"].

Response

Successful response