---
title: "POST /v1/{+environment}:stopAirflowCommand"
method: POST
path: "/v1/{+environment}:stopAirflowCommand"
tags: ["projects"]
---

# POST /v1/{+environment}:stopAirflowCommand

`POST /v1/{+environment}:stopAirflowCommand`

Stops Airflow CLI command execution.

## Path parameters

- `environment` string, required

## Request body

- StopAirflowCommandRequest — Stop Airflow Command request.
  - `executionId` string — The unique ID of the command execution.
  - `podNamespace` string — The namespace of the pod where the command is executed.
  - `force` boolean — If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.
  - `pod` string — The name of the pod where the command is executed.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/composer.md) · [All operations](https://skmtc.dev/google/apis/composer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/composer/revisions/6b68932082fa/schema)
