| layout | default |
|---|---|
| parent | auth0 experiments |
| has_toc | false |
Transition an experiment to a new lifecycle status: active, paused, completed, or archived.
• active — start (or resume) the experiment; runs full validation before activating • paused — pause a running experiment; it can be resumed by setting it active again • completed — mark the experiment as finished; it can then be archived • archived — archive a completed experiment
To set the status interactively, run auth0 experiments status with no arguments.
auth0 experiments status [flags]
auth0 experiments status
auth0 experiments status <experiment-id>
auth0 experiments status <experiment-id> active
auth0 experiments status <experiment-id> paused
--json Output in json format.
--json-compact Output in compact json format.
--debug Enable debug mode.
--no-color Disable colors.
--no-input Disable interactivity.
--tenant string Specific tenant to use.
- auth0 experiments create - Create a new experiment
- auth0 experiments delete - Delete an experiment
- auth0 experiments list - List your experiments
- auth0 experiments show - Show an experiment
- auth0 experiments status - Change an experiment's status
- auth0 experiments update - Update an experiment
- auth0 experiments validate - Validate an experiment