# Experiment Deactivation
Elementor Core AdvancedElementor users can access experimental features which have not been officially released. Those experiments can be deactivated from the admin panel or from the command line using the experiments deactivate
command.
# Command
wp elementor experiments deactivate <experiment-name>
1
# Arguments
<experiment-name>
(Required) The name of the experiment.
# Usage Examples
wp elementor experiments deactivate container
1
This command will deactivate the container
experiment.