SnapCenter 6.0 Cmdlet Reference Guide For Windows ( CA08871-610en )

Stop-SmJob

Stops a job that is in progress.

Syntax

Stop-SmJob [-JobId]  <Int32>

Detailed Description

Stops a job that is in progress.

Parameters

Name Description Required? Pipeline Input Default Value

JobId

The ID associated with the job you want to stop.

false

false

Examples

Example 1: Stopping a job

 Stop-SmJob -JobId 1002

This example syntax stops a job for the job ID specified.

Top of Page