调用DeleteSourceServer删除一个迁移源。
接口说明
接口说明
迁移源若关联了 Running(运行中)状态的迁移任务,则无法删除。
迁移源若关联了除 Running 状态外的其他状态的迁移任务,则需设置
Force=true
删除。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
smc:DeleteSourceServer |
delete |
*SourceServer
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
SourceId |
string |
是 |
迁移源 ID。 |
s-bp17m1vi6x20c6g6**** |
Force |
boolean |
否 |
是否强制删除迁移源。
|
true |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
RequestId |
string |
请求 ID。 |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
示例
正常返回示例
JSON
格式
{
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
错误码
HTTP status code |
错误码 |
错误信息 |
描述 |
---|---|---|---|
400 | SourceServer.WithRunningReplicationJob | The specified source server has related replication jobs that are running. | 迁移源关联正在运行的迁移任务。 |
400 | SourceServerState.Invalid | The specified source server status: %s is invalid. This operation can only be performed in the following status: %s. | 迁移源的状态:%s 是无效的。该操作只能在以下状态进行:%s。 |
400 | ReplicationJob.Related | The specified source server has related replication jobs. Please delete replication jobs: %s before delete this source server. | 迁移源有相关的迁移任务。请删除迁移任务:%s 后再删除该迁移源。 |
500 | InternalError | An error occurred while processing your request. Please try again. If the problem still exists, please submit a ticket. | 内部错误,请重试。如果多次尝试失败,请提交工单。 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?