dk.sdu.cloud.app.orchestrator.api.JobsProviderFollowRequest.CancelStream

UCloud Developer Guide / Orchestration of Resources / Compute / Provider APIs / Jobs / Ingoing API

JobsProviderFollowRequest.CancelStream

Stop an existing follow session for a given Job

data class CancelStream(
    val streamId: String,
    val type: String /* "cancel" */,
)
Properties

Last updated