Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Rollback

import type { Rollback } from "https://googleapis.deno.dev/v1/clouddeploy:v1.ts";

Rolls back a Rollout.

interface Rollback {
destinationPhase?: string;
disableRollbackIfRolloutPending?: boolean;
}

§Properties

§
destinationPhase?: string
[src]

Optional. The starting phase ID for the Rollout. If unspecified, the Rollout will start in the stable phase.

§
disableRollbackIfRolloutPending?: boolean
[src]

Optional. If pending rollout exists on the target, the rollback operation will be aborted.