Method: projects.locations.deliveryPipelines.automationRuns.cancel

Bricht einen AutomationRun ab. Der state des AutomationRun nach der Kündigung ist CANCELLED. automationRuns.cancel kann bei AutomationRun im Status IN_PROGRESS und PENDING aufgerufen werden. In einem anderen Status wird ein FAILED_PRECONDITION-Fehler zurückgegeben.

HTTP-Anfrage

POST https://clouddeploy.googleapis.com/v1/{name=projects/*/locations/*/deliveryPipelines/*/automationRuns/*}:cancel

Die URL verwendet die Syntax der gRPC-Transcodierung.

Pfadparameter

Parameter
name

string

Erforderlich. Name von AutomationRun. Das Format ist projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/automationRuns/{automationRun}.

Anfragetext

Der Anfragetext muss leer sein.

Antworttext

Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

  • https://www.googleapis.com/auth/cloud-platform

Weitere Informationen finden Sie in der Authentifizierungsübersicht.

IAM-Berechtigungen

Erfordert die folgende IAM-Berechtigung für die Ressource name:

  • clouddeploy.automationRuns.cancel

Weitere Informationen finden Sie in der IAM-Dokumentation.