v1

latestOpenAPI 3.1.02026-07-245531,0212.1 MB
File Server

Cancel a job

Cancels the specified job.

post/fileserver/v2/orgs/{orgID}/jobs/cancel

Path parameters

orgIDinteger required

Specify the ID of your organization. Get the ID of an organization using the 'List all organizations' API.

Request body

jobIDinteger required

Specify the ID of the job that you want to cancel. Get the ID of the job using the 'List all jobs' API.

Response

Result schema with response set to JobID cancelled

jobIDinteger

The unique identification number associated with the job. The job ID is:<br />0: If the job is not successfully canceled.<br /><job_id>: If the job was successfully canceled.<br /><error_msg>: If the job is already completed, completed with errors, was canceled, or failed before it could be canceled.