# Workload CLI

> Workload CLI - Manage Workload artifacts and Workloads from your terminal with dr artifact and dr
> workload.

This Markdown file sits beside the HTML page at the same path (with a `.md` suffix). It summarizes the topic and lists links for tools and LLM context.

Companion generated at `2026-07-09T05:46:40.355618+00:00` (UTC).

## Primary page

- [Workload CLI](https://docs.datarobot.com/en/docs/workload-api/workload-interfaces/workload-cli/index.html.md): Full documentation for this topic (Markdown sidecar).

## Related documentation

- [Workload API](https://docs.datarobot.com/en/docs/workload-api/index.html.md): Linked from this page.
- [Workload interfaces](https://docs.datarobot.com/en/docs/workload-api/workload-interfaces/index.html.md): Linked from this page.
- [Manage artifacts with the CLI](https://docs.datarobot.com/en/docs/workload-api/workload-interfaces/workload-cli/artifact-cli.html.md): Linked from this page.
- [Manage Workloads with the CLI](https://docs.datarobot.com/en/docs/workload-api/workload-interfaces/workload-cli/workload-cli.html.md): Linked from this page.

## Documentation content

> [!NOTE] 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.

> [!NOTE] 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. |
