Skip to main content

api.RollbackDeploymentRequest

dry_runboolean

Validate without applying

reasonstring

Why this operation is being performed

Possible values: <= 500 characters

target_versioninteger

Specific version to rollback to

Possible values: >= 0

api.RollbackDeploymentRequest
{
"dry_run": true,
"reason": "string",
"target_version": 0
}