JobUpdateAborted¶ pydantic model safir.uws.JobUpdateAborted¶ Input model when aborting a job. Parameters: data (Any) Fields: phase (Literal[vo_models.uws.types.ExecutionPhase.ABORTED]) field phase: Annotated[Literal[ExecutionPhase.ABORTED], Field(title='New phase', description='New phase of job', examples=[ExecutionPhase.ABORTED])] [Required]¶ New phase of job