CancelRebase

You can cancel a rebase in progress for a Workspace by using CancelRebase. This will set the Workspace’s status from “Rebase-In-Progress” to “Checkpointed”.

  • URI: https://ServerName:port/siebel/v1.0/wsoperation/{wsname}/CancelRebase
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request Body: None

Response details

  • HTTP Code: 200
  • Content-Type: application/json
  • Response Body:
    {
        "Name": "dev_sadmin_feature_abc",
        "Status": "Checkpointed",
        "Id": "88-3Z69YN",
        "Version": "1"
    }