CreateRolloutInput
CreateRolloutInput
CreateRolloutInput
Create a rollout with the given title, guardrails, and phase details.
accounts |
[String!]! | The accounts associated with this rollout (list of IDs) |
akas |
[String!] | Optional akas for the resource to upsert |
description |
String | The description for the rollout |
guardrails |
[String!]! | The guardrails associated with this rollout (list of IDs) |
phases |
RolloutPhasesInput! | The phases of the rollout |
recipients |
[String!] | The recipients of notifications for this rollout (Optional) |
status |
RolloutStatus | The status of the rollout: either 'active' or 'paused' |
title |
String! | The title of the rollout |