Workload CLI¶
Preview
The Workload API is a preview feature, on by default.
Feature flag: Enable Access to Workload API Experimental Features
The DataRobot CLI exposes the full artifact and Workload lifecycle as terminal commands. Use dr artifact to create, build, and version artifacts, and dr workload to deploy and operate them.
Feature flag required
dr artifact and dr workload are hidden by default. Set DATAROBOT_CLI_FEATURE_WORKLOAD=true to enable both command groups before running any command:
export DATAROBOT_CLI_FEATURE_WORKLOAD=true
dr auth login
| Resource | Description |
|---|---|
| Manage artifacts with the CLI | dr artifact reference: create, build, lock, and manage code for Workload artifacts from your terminal. |
| Manage Workloads with the CLI | dr workload reference: create, start, stop, observe, and delete Workloads from your terminal. |