Roll a drop back to a version
dropyour_rollbackRoll a GRADUATED app back to a previously published version — this is the EXPECTED FAILURE PATH of dropyour_release, which calls it for you when a check fails. Reach for it directly when you published something broken outside that loop. It only moves a pointer: no bytes travel, nothing is rebuilt, and the URL never changes. Call dropyour_list_versions first and pass a version number you saw there; an unknown number is refused. Version 0 restores the frontend shipped at graduation. This does NOT step the app back down to a regular drop — that changes what the app is, and stays a human decision in the owner's cockpit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dropId | Yes | ||
| version | Yes | A version number returned by dropyour_list_versions. 0 = the frontend shipped at graduation. | |
| managementToken | No |