NVFlare CLI
nvflare is the main command-line entry point for local development,
provisioning, distributed provisioning, job submission, and runtime operations.
Running nvflare -h shows the current command surface:
usage: nvflare [-h] [--version] [--format {txt,json}]
[--connect-timeout CONNECT_TIMEOUT] ...
Global options
--version/-V: print the NVFlare version--format {txt,json}: select human-readable output or a JSON envelope--connect-timeout: control server connection timeout for remote commands
Human-readable argument errors print command help first, then the specific
message and hint. --format json prints only the JSON response or JSON
error envelope, which is intended for automation and agent-style callers.
Command groups
poc: manage a local proof-of-concept deploymentprovision: centralized provisioning workflowcert/package: distributed (manual) provisioning workflowdeploy: prepare existing server or client startup kits for deployment runtimes such as Docker or Kubernetesjob: submit and manage jobsstudy: manage multi-study lifecycle (register, enroll sites, manage users)system: inspect and operate a running FL systemconfig: manage local CLI settings, including startup-kit registration and active-kit selectionrecipe: list built-in recipe families for exported jobspreflight_check/preflight: validate a provisioned startup kit before deployment (preflightis the preferred alias)dashboard: start the Dashboard service
Deprecated commands still exposed in help, such as simulator and
authz_preview, are documented only briefly and should not be used for new
workflows unless you are maintaining an older setup.
- NVIDIA FLARE FL Simulator
- Proof Of Concept (POC) Command
- Command Usage
- Common Workflow
- Configure Workspace
- Prepare Workspace
- Add Participant
- Start Services
- Stop Services
- Clean Workspace
- Workspace Configuration
- JSON Output and Help
- Config Command
- Provision command
- Distributed Provisioning
- Deploy Command
- NVIDIA FLARE Job CLI
- NVIDIA FLARE Study CLI
- System Command
- Cert Command
- Package Command
- Recipe Command
- NVIDIA FLARE Preflight Check
- Dashboard Command