Add Scheduled Jobs to Fleet

Attach scheduled jobs to a fleet. Once attached, the scheduled jobs will be associated with this fleet and may trigger fleet actions on their configured schedule.

Company constraint: from the fleet side, a scheduled job may only be attached to a fleet in the same company. Attempting to attach a job that belongs to a different company (including a parent or child company) is rejected with 403. To attach a parent-company job to descendant-company fleets, use the scheduled-job side (PUT /scheduled_jobs/{id}/fleets/bulk).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID that specifies a Fleet

Body Params

Reference multiple resources with one request

ids
array of strings
required

An array of IDs

ids*
Responses
204

Scheduled jobs added successfully

400

The request was malformed or contained invalid parameters.

401

You are not authorized

403

You are forbidden from accessing this resource

404

The item you were looking for does not exist

500

An unexpected error was encountered.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!