次の方法で共有


Pipelines - Unassign Workspace

指定したデプロイ パイプラインの指定したステージからワークスペースの割り当てを解除します。

必要なスコープ

Pipeline.ReadWrite.All

制限事項

アクティブなデプロイ操作がある場合、この操作は失敗します。

POST https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/unassignWorkspace

URI パラメーター

名前 / 必須 説明
pipelineId
path True

string

uuid

デプロイ パイプライン ID

stageOrder
path True

integer

int32

デプロイ パイプラインステージの順序。 開発 (0)、テスト (1)、運用 (2)。

応答

名前 説明
200 OK

OK

Unassign a workspace from a deployment pipeline example

Sample Request

POST https://api.powerbi.com/v1.0/myorg/pipelines/a5ded933-57b7-41f4-b072-ed4c1f9d5824/stages/0/unassignWorkspace

Sample Response