deleteK8sVmMount
Remove a Live Mount of a Kubernetes virtual machine snapshot Supported in v9.4+ Initiates a request to remove a Live Mount of a Kubernetes virtual machine snapshot identified by the ID of the Live Mount.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | DeleteK8sVmMountInput! | Input for V1CreateK8sVMUnmountJob. |
Returns
Sample
{
"data": {
"deleteK8sVmMount": {
"endTime": "2024-01-01T00:00:00.000Z",
"id": "example-string",
"nodeId": "example-string",
"progress": 0.0,
"result": "example-string",
"startTime": "2024-01-01T00:00:00.000Z",
"error": {
"message": "example-string"
},
"links": [
{
"href": "example-string",
"rel": "example-string"
}
]
}
}
}