Class StopAirflowCommandRequest (1.12.0)

StopAirflowCommandRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Stop Airflow Command request.

Attributes

NameDescription
environment str
The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
execution_id str
The unique ID of the command execution.
pod str
The name of the pod where the command is executed.
pod_namespace str
The namespace of the pod where the command is executed.
force bool
If true, the execution is terminated forcefully (SIGKILL). If false, the execution is stopped gracefully, giving it time for cleanup.