Aptible PaaS logoDocs
Reference

aptible config:unset

This command is used to remove Configuration variables from an App.

📘 Tip
You can also use aptible config:set to set and remove Configuration variables at the same time by passing an empty value:
aptible config:set --app "$APP_HANDLE" \
        VAR_TO_ADD=some VAR_TO_REMOVE=

Examples

aptible config:unset --app "$APP_HANDLE" \
        VAR_TO_REMOVE

Synopsis

Usage:
  aptible config:unset [VAR1] [VAR2] [...]

Options:
      [--app=APP]
      [--environment=ENVIRONMENT]
  -r, [--remote=REMOTE]

Remove an ENV variable from an app
aptible config:unset