rollback_deployment
Revert your live app to a previous deployment version using the app ID and version number. Fix issues introduced by the current release without changing the live URL.
Instructions
Point the live URL back at a previous deployment version (see list_deployments for available versions).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | App id or slug (from list_apps / create_app) | |
| version | Yes | Deployment version number (from list_deployments) | |
| organizationId | No | Organization id; defaults to the credential organization when omitted |