Pipelines - Unassign Workspace
指定したデプロイ パイプラインの指定したステージからワークスペースの割り当てを解除します。
必要なスコープ
Pipeline.ReadWrite.All
制限事項
アクティブなデプロイ操作がある場合、この操作は失敗します。
POST https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/unassignWorkspace
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
pipeline
|
path | True |
string uuid |
デプロイ パイプライン ID |
stage
|
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