rejectDeployment
Reject a proposed deployment, discarding it permanently.
The deployment transitions from PROPOSED to REJECTED, which is terminal —
rejected deployments never run. Rejection is only valid for deployments in
PROPOSED status; any other status returns a validation error.
rejectDeployment(
organizationId: ID!
id: UUID!
): DeploymentPayload
Arguments
rejectDeployment.organizationId ● ID! non-null scalar {#organization-id}
Your organization's unique identifier.
rejectDeployment.id ● UUID! non-null scalar {#id}
The proposed deployment's unique identifier.