Pipelines - Unassign Workspace
지정된 배포 파이프라인의 지정된 단계에서 작업 영역을 할당 취소합니다.
필수 범위
Pipeline.ReadWrite.All
제한 사항
활성 배포 작업이 있는 경우 이 작업이 실패합니다.
POST https://api.powerbi.com/v1.0/myorg/pipelines/{pipelineId}/stages/{stageOrder}/unassignWorkspace
URI 매개 변수
Name | In(다음 안에) | 필수 | 형식 | Description |
---|---|---|---|---|
pipeline
|
path | True |
string uuid |
배포 파이프라인 ID |
stage
|
path | True |
integer int32 |
배포 파이프라인 단계 순서입니다. 개발(0), 테스트(1), 프로덕션(2). |
응답
Name | 형식 | Description |
---|---|---|
200 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