ChargeLink Documentation Logo

Overview

  • What ChargeLink is
  • Simulator roles: EVSE, EVCC, and bench-linked execution
  • Standards, protocols, and conformance position
  • Product status and claim boundaries

Getting started

  • Installation and workstation preparation
  • Quickstart: first EVSE session, first campaign, first report

Guides

  • Guide: EVSE operations
  • Guide: EVCC operations and backend orchestration
  • Guide: scenarios, campaigns, packages, qualification, and suites
  • Guide: trace, replay, diagnostics, reporting, and artifacts
  • Guide: MCS, HIL, and bench proof
  • Guide: UI and API surfaces

Reference

  • Data and artifacts reference
  • Profile catalog
  • Hardware profile reference
  • Package and suite catalog
  • API reference overview
  • chargelink-monitor
  • CLI reference
    • chargelink evse
    • chargelink evcc
    • chargelink hil
    • chargelink scenario
    • chargelink campaign
    • chargelink qualification
    • chargelink suite
    • chargelink report
    • chargelink trace
    • chargelink replay
    • chargelink lab
    • chargelink beckhoff
    • chargelink protocol
    • chargelink artifacts
    • chargelink sequence
    • chargelink macro
    • chargelink verdict
    • chargelink step
    • chargelink profile
    • chargelink template
    • chargelink library
    • chargelink batch
      • Reference syntax
      • Subcommands
      • run
        • CLI help
        • Production examples
      • resume
        • CLI help
        • Production examples
      • retry-failed
        • CLI help
        • Production examples
    • chargelink campaign-stress
    • chargelink service
    • chargelink requirements
    • chargelink backend
    • chargelink evidence
    • chargelink audit
    • chargelink ports
    • chargelink env
    • chargelink capture
    • chargelink ci
    • chargelink sessions
    • chargelink fault
    • chargelink network
    • chargelink fuzz
  • Glossary
ChargeLink Documentation
  • CLI reference
  • chargelink batch
  • View page source

chargelink batch

Run a folder of inputs and continue or retry a batch later.

Reference syntax

usage: chargelink batch [-h] {run,resume,retry-failed} ...

positional arguments:
  {run,resume,retry-failed}

options:
  -h, --help            show this help message and exit

Subcommands

Subcommand

Purpose

run

Run a folder of inputs as a named batch.

resume

Resume a named batch run.

retry-failed

Retry failed items in a batch.

run

Run a folder of inputs as a named batch.

CLI help

usage: chargelink batch run [-h] [--runtime-root RUNTIME_ROOT]
                            [--run-id RUN_ID]
                            folder

positional arguments:
  folder

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT
  --run-id RUN_ID

Production examples

Run a folder of input JSON files as one batch.

chargelink batch run 'batch_inputs' --runtime-root '.tmp/runtime' --run-id 'batch_a'

Run a second folder as a release smoke batch.

chargelink batch run 'artifacts/release_batch_inputs' --runtime-root '.tmp/runtime' --run-id 'release_batch'

resume

Resume a named batch run.

CLI help

usage: chargelink batch resume [-h] [--runtime-root RUNTIME_ROOT] run_id

positional arguments:
  run_id

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT

Production examples

Resume a named batch.

chargelink batch resume 'batch_a' --runtime-root '.tmp/runtime'

Resume a release batch.

chargelink batch resume 'release_batch' --runtime-root '.tmp/runtime'

retry-failed

Retry failed items in a batch.

CLI help

usage: chargelink batch retry-failed [-h] [--runtime-root RUNTIME_ROOT] run_id

positional arguments:
  run_id

options:
  -h, --help            show this help message and exit
  --runtime-root RUNTIME_ROOT

Production examples

Retry failed items in a named batch.

chargelink batch retry-failed 'batch_a' --runtime-root '.tmp/runtime'

Retry failed items in a release batch.

chargelink batch retry-failed 'release_batch' --runtime-root '.tmp/runtime'
Previous Next

© Copyright 2026, devLink AB.

Built with Sphinx using a theme provided by Read the Docs.