Skip to main content

Rerun

expanso-cli job rerun

Rerun a job

Synopsis

Trigger a new execution of a job.

expanso-cli job rerun JOB_ID_OR_NAME [flags]

Examples

  # Rerun a job by name
expanso-cli job rerun my-job

# Rerun a job by ID
expanso-cli job rerun job-abc123

# Rerun a specific version of a job
expanso-cli job rerun my-job --version 3

# Rerun a job in a specific namespace
expanso-cli job rerun my-job --namespace production

Options

  -h, --help               help for rerun
--namespace string Job namespace
--version uint Specific job version to rerun

Options inherited from parent commands

      --auth-token string   API bearer authentication token
-e, --endpoint string API endpoint URL
-k, --insecure Skip TLS certificate verification
-p, --profile string Profile to use for configuration
--timeout string Request timeout duration
-v, --verbose Enable verbose logging

SEE ALSO

Auto generated by spf13/cobra on 19-Nov-2025