Juno Changes Reject
juno_changes_rejectPrevent a submitted change from being applied by rejecting it with its ID, optionally verifying the change hash for integrity.
Instructions
Reject a submitted change by its ID. This prevents the change from being applied. Optionally verify the change hash for integrity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the change to reject | |
| hash | No | Expected hash of all included changes for verification | |
| mode | No | Environment mode: production, staging, or development | |
| profile | No | Profile name for multi-identity management | |
| keepStaged | No | Keep proposed staged assets in memory after rejecting |