Method: projects.locations.fleetPackages.rollouts.suspend

Suspend a Rollout.

HTTP request

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

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 suspension.

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.suspend

For more information, see the IAM documentation.