Method: projects.locations.fleetPackages.rollouts.abort

Abort a Rollout.

HTTP request

POST https://configdelivery.googleapis.com/v1alpha/{name=projects/*/locations/*/fleetPackages/*/rollouts/*}:abort

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the Rollout.

Request body

The request body contains data with the following structure:

JSON representation
{
  "reason": string
}
Fields
reason

string

Optional. Reason for aborting.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • configdelivery.rollouts.abort

For more information, see the IAM documentation.