budget dismiss-recovery

Dismiss the sticky recovery banner that displays after an auto-shutdown recovers. Equivalent to clicking "Dismiss" in the Console banner.

Usage

    convox budget dismiss-recovery <app>

Examples

Dismiss the active recovery banner on myapp:

    $ convox budget dismiss-recovery myapp
    Banner dismissed for myapp.

Idempotent. A second call is a no-op:

    $ convox budget dismiss-recovery myapp
    Banner already dismissed for myapp.

No banner present:

    $ convox budget dismiss-recovery myapp
    No recovery banner active for myapp.

Behavior

  • The dismiss is per-app, not per-user. Once dismissed by any user the banner hides for everyone viewing that app.
  • The dismiss applies only to the current recovery cycle; a later auto-shutdown and recovery shows a fresh banner. If a banner is stuck from an earlier cycle, see the troubleshooting recipe.
  • The dismiss is recorded in the app's audit trail with the user who dismissed it.

See Also