
## Synopsis

Use the `RESET` statement to restore the value of a run-time parameter to the default value. `RESET` is an alternative spelling for `SET run_time_parameter TO DEFAULT`.

## Syntax

{{%ebnf%}}
  reset_stmt
{{%/ebnf%}}

## Semantics

### *run_time_parameter*

Specify the name of a mutable run-time parameter.

## See also

- [`SHOW`](../cmd_show)
- [`SET`](../cmd_set)
