Skip to content

Update existing Workloads

プレミアム機能

Workload APIはプレミアム機能です。 この機能を有効にする方法については、DataRobotの担当者または管理者にお問い合わせください。

Update a Workload when what it runs needs to change—a new artifact version, a new runtime configuration, or a draft graduating to production. The platform handles the swap with no downtime: a candidate proton starts up alongside the active one, traffic shifts onto it, and the previous proton drains.

リソース 説明
Replace and roll out Replace rules, the rolling strategy, candidate protons, replacement status, and history.
本番環境への昇格 POST /workloads/{id}/promote—lock the artifact, reset stats, remove the draft TTL (time-to-live), identity preserved.
チュートリアル:実行中のワークロードのアーティファクトを置換する End-to-end rolling replacement walkthrough—swap the artifact backing a live Workload with no endpoint change.
REST: Update Workloads Promote and replacement-history APIs.
UI: Update deployed Workloads Console actions for replace and promote.

For day-to-day operations (start, stop, settings, sharing), see Operate Workloads.