Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 1.71 KB

File metadata and controls

60 lines (43 loc) · 1.71 KB
layout default
parent auth0 experiments
has_toc false

auth0 experiments status

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.

Usage

auth0 experiments status [flags]

Examples

  auth0 experiments status
  auth0 experiments status <experiment-id>
  auth0 experiments status <experiment-id> active
  auth0 experiments status <experiment-id> paused

Flags

      --json           Output in json format.
      --json-compact   Output in compact json format.

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.

Related Commands