--project, -p | STR | Set the project for sweep runs. Use ‘Uncategorized’ if not set. Default: None |
--entity, -e | STR | Set the entity for sweep. Use the current user’s default entity if not set. Default: None |
--controller | BOOL Flag | Start a local sweep controller after creating the sweep. Default: False |
--verbose | BOOL Flag | Display verbose output. Default: False |
--name | STR | Set a display name for the sweep. Use the sweep ID if not specified. Default: None |
--program | STR | Override the training program specified in the sweep config. Default: None |
--update | STR | Update an existing sweep configuration. Pass the sweep ID. Default: None |
--stop | BOOL Flag | Stop a sweep. Let active runs finish but do not start new runs. Default: False |
--cancel | BOOL Flag | Cancel a sweep. Kill active runs and stop starting new ones. Default: False |
--pause | BOOL Flag | Pause a sweep. Temporarily stop starting new runs. Default: False |
--resume | BOOL Flag | Resume a paused sweep. Default: False |
--prior_run, -R | STR | Attach an existing run to this sweep by ID. Specify multiple times to attach multiple runs. Default: None |