Manage


Run a job

post

Run a job

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Body
Responses
200

A successful response.

post
/jobs/{jobId}/run


Stop a running job

post

Abort running job (an incomplete job that is yet to start will be deleted)

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Responses
200

A successful response.

post
/jobs/{jobId}/abort


Delete a job

delete

Delete a job

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
jobIdstringRequired

The id associated with your job.

Responses
200

A successful response.

delete
/jobs/{jobId}

Last updated

Was this helpful?